Class IntSet


  • class IntSet
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int cnt  
      private int[] set  
    • Constructor Summary

      Constructors 
      Constructor Description
      IntSet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean add​(int key)  
      • Methods inherited from class java.lang.Object

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

      • set

        private int[] set
      • cnt

        private int cnt
    • Constructor Detail

      • IntSet

        IntSet()
    • Method Detail

      • add

        boolean add​(int key)