Class IntSet.Bucket

  • Enclosing class:
    IntSet

    protected static class IntSet.Bucket
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int length  
      int[] values  
    • Constructor Summary

      Constructors 
      Constructor Description
      Bucket​(int initialCapacity)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • values

        public int[] values
      • length

        public int length
    • Constructor Detail

      • Bucket

        public Bucket​(int initialCapacity)