|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntFunction | |
com.inxar.syntacs.util | Defines classes and utilities which implement fundamental abstract data types. |
Uses of IntFunction in com.inxar.syntacs.util |
Classes in com.inxar.syntacs.util that implement IntFunction | |
class |
ArrayIntFunction
Concrete implementation of IntFunction which uses an
array internally to store values and an IntSet to
track keys. |
class |
HashIntFunction
Concrete implementation of IntFunction which uses a
hash table to maintain the association between key and value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |