Documentation of 'org.ujmp.core.collections.composite.ListSet' Java class
ListSet
org.ujmp.core.collections.composite

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 Default Methods 
      Modifier and Type Method and Description
      default java.util.Spliterator<T> spliterator() 
      • 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
      • Methods inherited from interface java.util.Collection

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

        forEach
    • Method Detail

      • spliterator

        default 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>

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.