Interface SortedCollection<S extends java.lang.Comparable<S>>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void add​(S entry)  
      boolean contains​(S entry)  
      int size()  
      • Methods inherited from interface java.lang.Iterable

        forEach, iterator, spliterator
    • Method Detail

      • size

        int size()
      • add

        void add​(S entry)
      • contains

        boolean contains​(S entry)