Interface DataIndexKeySet
public interface DataIndexKeySet
A subset of the methods of
Set
, to be used for storing a representation of the keys in a
DataIndex
. Single key values are stored as reinterpreted-to-primitive, boxed
Objects
. Compound keys are stored as Object arrays
of the same.-
Method Summary
-
Method Details
-
add
-
remove
-
contains
-
forEach
-
toArray
Object[] toArray()
-