Package jag

Interface RSNodeTable<T extends RSNode>

    • Method Detail

      • getSize

        int getSize()
      • getBuckets

        RSNode[] getBuckets()
      • getIndex

        int getIndex()
      • lookup

        default T lookup​(long key)
      • toList

        default List<T> toList()