public interface SetList<E> extends Set<E>, List<E>, Collection<E>, Iterable<E>, Cloneable
Modifier and Type | Interface and Description |
---|---|
static class |
SetList.LecticOrder<E> |
Modifier and Type | Method and Description |
---|---|
default HashSetArrayList<E> |
clone() |
default Isomorphism<E,Integer> |
currentIndex() |
SetList<E> |
filter(com.google.common.base.Predicate<? super E> p) |
Collection<E> |
getAll(Collection<Integer> c,
boolean includeNull) |
default SetList.LecticOrder<E> |
getLecticOrder() |
default Isomorphism<E,Integer> |
index() |
default GuavaIsomorphism<E,Integer> |
indexGuava() |
Collection<Integer> |
indicesOf(Collection<?> c,
boolean includeMinusOne) |
int |
lastIndexOf(Object o)
Deprecated.
|
boolean |
set(Object o,
E e) |
default Spliterator<E> |
spliterator() |
BitSetFX |
subBitSet(Collection<?> c) |
SetList<E> |
subList(int from,
int to) |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, toArray, toArray
parallelStream, removeIf, stream
Collection<E> getAll(Collection<Integer> c, boolean includeNull)
Collection<Integer> indicesOf(Collection<?> c, boolean includeMinusOne)
@Deprecated int lastIndexOf(Object o)
lastIndexOf
in interface List<E>
BitSetFX subBitSet(Collection<?> c)
default HashSetArrayList<E> clone()
default GuavaIsomorphism<E,Integer> indexGuava()
default Isomorphism<E,Integer> index()
default Isomorphism<E,Integer> currentIndex()
default Spliterator<E> spliterator()
spliterator
in interface Collection<E>
spliterator
in interface Iterable<E>
spliterator
in interface List<E>
spliterator
in interface Set<E>
default SetList.LecticOrder<E> getLecticOrder()
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.