@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, removeAll
addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, spliterator, toArray, toArray
parallelStream, removeIf, stream
public 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 Collection
add
in interface Set
add
in class AbstractCollection
IllegalArgumentException
public boolean contains(Object x)
contains
in interface Collection
contains
in interface Set
contains
in class AbstractCollection
public boolean remove(Object x)
remove
in interface Collection
remove
in interface Set
remove
in class AbstractCollection
public int size()
size
in interface Collection
size
in interface Set
size
in class AbstractCollection
public void clear()
clear
in interface Collection
clear
in interface Set
clear
in class AbstractCollection
public Iterator iterator()
iterator
in interface Iterable
iterator
in interface Collection
iterator
in interface Set
iterator
in class AbstractCollection
Copyright © 2020. All rights reserved.