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 Details

    • add

      boolean add(Object key)
    • remove

      boolean remove(Object key)
    • contains

      boolean contains(Object key)
    • forEach

      void forEach(@NotNull @NotNull Consumer<? super Object> action)
    • toArray

      Object[] toArray()