Class CompressedStoreHashSetImpl.Result<K>

  • Enclosing class:
    CompressedStoreHashSetImpl<K>

    public static final class CompressedStoreHashSetImpl.Result<K>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long index  
      boolean isNew  
    • Constructor Summary

      Constructors 
      Constructor Description
      Result()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • index

        public long index
      • isNew

        public boolean isNew
    • Constructor Detail

      • Result

        public Result()