@Deprecated public final class BTreeSet extends AbstractSet implements Set
| Modifier and Type | Class and Description |
|---|---|
class |
BTreeSet.BTreeNode
Deprecated.
|
static class |
BTreeSet.Entry
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
BTreeSet.BTreeNode |
root
Deprecated.
|
| Constructor and Description |
|---|
BTreeSet()
Deprecated.
|
BTreeSet(Collection c)
Deprecated.
|
BTreeSet(int order)
Deprecated.
|
BTreeSet(int order,
Comparator comparator)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Object x)
Deprecated.
|
void |
clear()
Deprecated.
|
boolean |
contains(Object x)
Deprecated.
|
Iterator |
iterator()
Deprecated.
|
boolean |
remove(Object x)
Deprecated.
|
int |
size()
Deprecated.
|
equals, hashCode, removeAlladdAll, containsAll, isEmpty, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streampublic BTreeSet.BTreeNode root
public BTreeSet()
public BTreeSet(Collection c)
public BTreeSet(int order)
public BTreeSet(int order,
Comparator comparator)
public boolean add(Object x) throws IllegalArgumentException
add in interface Collectionadd in interface Setadd in class AbstractCollectionIllegalArgumentExceptionpublic boolean contains(Object x)
contains in interface Collectioncontains in interface Setcontains in class AbstractCollectionpublic boolean remove(Object x)
remove in interface Collectionremove in interface Setremove in class AbstractCollectionpublic int size()
size in interface Collectionsize in interface Setsize in class AbstractCollectionpublic void clear()
clear in interface Collectionclear in interface Setclear in class AbstractCollectionpublic Iterator iterator()
iterator in interface Iterableiterator in interface Collectioniterator in interface Setiterator in class AbstractCollectionCopyright © 2020. All rights reserved.