Interface ListSet<T>

  • All Superinterfaces:
    java.util.Collection<T>, java.lang.Iterable<T>, java.util.List<T>, java.util.Set<T>
    All Known Implementing Classes:
    SortedListSet

    public interface ListSet<T>
    extends java.util.List<T>, java.util.Set<T>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Spliterator<T> spliterator()  
      • Methods inherited from interface java.util.Collection

        parallelStream, removeIf, stream
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface java.util.List

        add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, subList, toArray, toArray
      • Methods inherited from interface java.util.Set

        add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
    • Method Detail

      • spliterator

        java.util.Spliterator<T> spliterator()
        Specified by:
        spliterator in interface java.util.Collection<T>
        Specified by:
        spliterator in interface java.lang.Iterable<T>
        Specified by:
        spliterator in interface java.util.List<T>
        Specified by:
        spliterator in interface java.util.Set<T>