public static class BTreeSet.JavaCompatibleBTree<T extends Comparable<T>> extends AbstractCollection<T>
| Constructor and Description |
|---|
JavaCompatibleBTree(BTreeSet<T> tree) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(T value) |
boolean |
contains(Object value) |
Iterator<T> |
iterator() |
boolean |
remove(Object value) |
int |
size() |
addAll, clear, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCode, parallelStream, removeIf, spliterator, streampublic boolean add(T value)
add in interface Collection<T extends Comparable<T>>add in class AbstractCollection<T extends Comparable<T>>public boolean remove(Object value)
remove in interface Collection<T extends Comparable<T>>remove in class AbstractCollection<T extends Comparable<T>>public boolean contains(Object value)
contains in interface Collection<T extends Comparable<T>>contains in class AbstractCollection<T extends Comparable<T>>public int size()
size in interface Collection<T extends Comparable<T>>size in class AbstractCollection<T extends Comparable<T>>public Iterator<T> iterator()
iterator in interface Iterable<T extends Comparable<T>>iterator in interface Collection<T extends Comparable<T>>iterator in class AbstractCollection<T extends Comparable<T>>Copyright © 2022 vpc open source initiative. All rights reserved.