Interface IntrusiveArraySet.Adapter<T>

Enclosing class:
IntrusiveArraySet<T>

public static interface IntrusiveArraySet.Adapter<T>
Adapter interface for elements to be entered into the set.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getSlot(T element)
     
    void
    setSlot(T element, int slot)
     
  • Method Details

    • getSlot

      int getSlot(T element)
    • setSlot

      void setSlot(T element, int slot)