Package org.pokersource.util
Provides utility classes used by other org.pokersource packages.
| 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 | |
Provides utility classes used by other org.pokersource packages.
PokerSource Home Page - Learn how you can contribute!