Interface RSIterableNodeHashTable<T extends RSNode>

  • All Superinterfaces:
    java.lang.Iterable<T>

    public interface RSIterableNodeHashTable<T extends RSNode>
    extends java.lang.Iterable<T>
    • Method Detail

      • get

        RSNode get​(long hash)
      • put

        void put​(RSNode node,
                 long hash)
      • getSize

        int getSize()
      • getBuckets

        RSNode[] getBuckets()
      • iterator

        java.util.Iterator iterator()
        Specified by:
        iterator in interface java.lang.Iterable<T extends RSNode>