Package org.pokersource.util

Class Summary
IntArray A wrapper around an int[] that is suitable for use as a key in a Map.
LongArray A wrapper around a long[] that is suitable for use as a key in a Map.
NestedLoopEnumeration An iterator that steps through an abritrary number of nested loops, each starting at zero and ending at its own upper limit.
NestedLoopSampling Like NestedLoopEnumeration, but rather than visiting every entry in turn, randomly samples with replacement.
ValueSortedMap  
ValueSortedMap.ValueEntry