Class BucketTable


  • public class BucketTable
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BucketTable()  
      BucketTable​(int bucketSize, int recycleSize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()  
      java.lang.Object get​(int index)  
      int getElements()  
      int getSize()  
      void remove​(int index)  
      void set​(int index, java.lang.Object obj)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BucketTable

        public BucketTable​(int bucketSize,
                           int recycleSize)
      • BucketTable

        public BucketTable()
    • Method Detail

      • set

        public void set​(int index,
                        java.lang.Object obj)
      • get

        public java.lang.Object get​(int index)
      • remove

        public void remove​(int index)
      • getElements

        public int getElements()
      • getSize

        public int getSize()
      • clear

        public void clear()