Package apoc.util

Class SortedArraySet<T extends Comparable<T>>

java.lang.Object
apoc.util.SortedArraySet<T>

public class SortedArraySet<T extends Comparable<T>> extends Object
Since:
22.06.17
  • Constructor Details

    • SortedArraySet

      public SortedArraySet(Class<T> type, int capacity)
  • Method Details

    • get

      public T get(int idx)
    • find

      public T find(T key)
    • add

      public T add(T value)
    • getCapacity

      public int getCapacity()
    • getSize

      public int getSize()
    • items

      public T[] items()