public interface BiTreeSet<Q> extends SortedSet<Q>, Serializable
boolean containsFamily(Q object)
object - boolean containsAllFamily(Collection<Q> collection)
collection - void removeFamily(Q item)
item - void removeAllFamily(Collection<? extends Q> collection)
collection - Spliterator<Q> spliterator()
spliterator in interface Collection<Q>spliterator in interface Iterable<Q>spliterator in interface Set<Q>spliterator in interface SortedSet<Q>Comparator<? super Q> comparator()
comparator in interface SortedSet<Q>void clear()
boolean removeAll(Collection<?> collection)
boolean remove(Object object)
boolean retainAll(Collection<?> collection)
boolean addAll(Collection<? extends Q> collection)
boolean contains(Object object)
boolean containsAll(Collection<?> collection)
containsAll in interface Collection<Q>containsAll in interface Set<Q>boolean add(Q e)
<T> T[] toArray(T[] a)
Object[] toArray()
boolean isEmpty()
int size()
java.util.stream.Stream<Q> parallelStream()
parallelStream in interface Collection<Q>java.util.stream.Stream<Q> stream()
stream in interface Collection<Q>boolean removeIf(java.util.function.Predicate<? super Q> filter)
removeIf in interface Collection<Q>void forEach(java.util.function.Consumer<? super Q> action)
Copyright © 2018 Terra Software Informatics LLC.. All rights reserved.