Interface SequentialCollection<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean hasCapacityLeft()  
      int size()  
      java.util.List<T> toList()  
      java.util.Set<T> toSet()  
      • Methods inherited from interface java.util.function.Consumer

        accept, andThen
      • Methods inherited from interface java.lang.Iterable

        forEach, iterator, spliterator
    • Method Detail

      • size

        int size()
      • hasCapacityLeft

        boolean hasCapacityLeft()
      • toSet

        java.util.Set<T> toSet()
      • toList

        java.util.List<T> toList()