Uses of Interface
org.jhotdraw8.icollection.immutable.ImmutableSequencedSet
Packages that use ImmutableSequencedSet
Package
Description
Provides mutable and immutable collections.
Defines interfaces to immutable collections.
-
Uses of ImmutableSequencedSet in org.jhotdraw8.icollection
Classes in org.jhotdraw8.icollection that implement ImmutableSequencedSetModifier and TypeClassDescriptionclassImplements theImmutableSequencedSetinterface using a Compressed Hash-Array Mapped Prefix-tree (CHAMP) and a bit-mapped trie (Vector). -
Uses of ImmutableSequencedSet in org.jhotdraw8.icollection.immutable
Methods in org.jhotdraw8.icollection.immutable that return ImmutableSequencedSetModifier and TypeMethodDescriptiondefault ImmutableSequencedSet<E> <T> ImmutableSequencedSet<T> ImmutableSequencedSet.empty()default ImmutableSequencedSet<E> default ImmutableSequencedSet<E> ImmutableSequencedSet.removeFirst()Returns a copy of this set that contains all elements of this set except the first.default ImmutableSequencedSet<E> ImmutableSequencedSet.removeLast()Returns a copy of this set that contains all elements of this set except the last.default ImmutableSequencedSet<E> default ImmutableSequencedSet<E> ImmutableSequencedSet.reverse()Returns a reversed copy of this set.