| Constructor and Description |
|---|
OrderedSet() |
OrderedSet(CollectionHost<E> host) |
OrderedSet(int capacity) |
OrderedSet(int capacity,
CollectionHost<E> host) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitspliteratorparallelStream, removeIf, streampublic OrderedSet()
public OrderedSet(int capacity)
public OrderedSet(CollectionHost<E> host)
public OrderedSet(int capacity,
CollectionHost<E> host)
public BitSet keyDifferenceBitSet(Iterable<? extends Map.Entry<? extends E,?>> items)
public BitSet keyDifferenceBitSet(Iterator<? extends Map.Entry<? extends E,?>> items)
public BitSet valueDifferenceBitSet(Iterable<? extends Map.Entry<?,? extends E>> items)
public BitSet valueDifferenceBitSet(Iterator<? extends Map.Entry<?,? extends E>> items)
public int getModificationCount()
public static <T1> T1 ifNull(T1 o,
T1 nullValue)
public boolean inHostUpdate()
public int indexOf(Object element)
public boolean isValidIndex(int index)
public void validateIndex(int index)
public E getValue(int index)
public E getValueOrNull(int index)
public int size()
public boolean isEmpty()
public boolean contains(Object o)
public boolean isSparse()
public void addNull()
public void addNulls(int index)
public ReversibleIterator<Integer> indexIterator()
public ReversibleIterator<Integer> reversedIndexIterator()
public ReversibleIterable<Integer> indexIterable()
public ReversibleIterable<Integer> reversedIndexIterable()
public ReversibleIndexedIterator<E> iterator()
public ReversibleIndexedIterator<E> reversedIterator()
public ReversibleIterable<E> iterable()
public ReversibleIterable<E> reversedIterable()
public Object[] toArray()
public <T> T[] toArray(T[] array)
public boolean add(E e)
public boolean removeIndex(int index)
public Object removeIndexHosted(int index)
public boolean remove(Object o)
public boolean containsAll(Collection<?> collection)
containsAll in interface Collection<E>containsAll in interface Set<E>public boolean addAll(Collection<? extends E> collection)
public boolean retainAll(Collection<?> collection)
public boolean removeAll(Collection<?> collection)
public void clear()
public boolean equals(Object o)
public int hashCode()
public BitSet getValidIndices()
Copyright © 2018. All rights reserved.