Class IndexHash

  • Direct Known Subclasses:
    BitArray128

    public abstract class IndexHash
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int hash  
    • Constructor Summary

      Constructors 
      Constructor Description
      IndexHash()  
      IndexHash​(int index)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getIndex()  
      int hashCode()  
      void setHash​(int h)  
      void setIndex​(int index)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • hash

        protected int hash
    • Constructor Detail

      • IndexHash

        public IndexHash()
      • IndexHash

        public IndexHash​(int index)
    • Method Detail

      • setHash

        public void setHash​(int h)
      • getIndex

        public int getIndex()
      • setIndex

        public void setIndex​(int index)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object