|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractSet<PropertyNode>
org.apache.poi.hdf.model.util.BTreeSet
@Deprecated public final class BTreeSet
| Nested Class Summary | |
|---|---|
class |
BTreeSet.BTreeNode
Deprecated. |
static class |
BTreeSet.Entry
Deprecated. |
| Field Summary | |
|---|---|
BTreeSet.BTreeNode |
root
Deprecated. |
| Constructor Summary | |
|---|---|
BTreeSet()
Deprecated. |
|
BTreeSet(java.util.Collection<PropertyNode> c)
Deprecated. |
|
BTreeSet(int order)
Deprecated. |
|
BTreeSet(int order,
java.util.Comparator<PropertyNode> comparator)
Deprecated. |
|
| Method Summary | |
|---|---|
boolean |
add(PropertyNode x)
Deprecated. |
void |
clear()
Deprecated. |
boolean |
contains(PropertyNode x)
Deprecated. |
static java.util.List<PropertyNode> |
findProperties(int start,
int end,
BTreeSet.BTreeNode root)
Deprecated. |
java.util.Iterator<PropertyNode> |
iterator()
Deprecated. |
boolean |
remove(PropertyNode x)
Deprecated. |
int |
size()
Deprecated. |
| Methods inherited from class java.util.AbstractSet |
|---|
equals, hashCode, removeAll |
| Methods inherited from class java.util.AbstractCollection |
|---|
addAll, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Set |
|---|
addAll, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray |
| Field Detail |
|---|
public BTreeSet.BTreeNode root
| Constructor Detail |
|---|
public BTreeSet()
public BTreeSet(java.util.Collection<PropertyNode> c)
public BTreeSet(int order)
public BTreeSet(int order,
java.util.Comparator<PropertyNode> comparator)
| Method Detail |
|---|
public boolean add(PropertyNode x)
throws java.lang.IllegalArgumentException
add in interface java.util.Collection<PropertyNode>add in interface java.util.Set<PropertyNode>add in class java.util.AbstractCollection<PropertyNode>java.lang.IllegalArgumentExceptionpublic boolean contains(PropertyNode x)
public boolean remove(PropertyNode x)
public int size()
size in interface java.util.Collection<PropertyNode>size in interface java.util.Set<PropertyNode>size in class java.util.AbstractCollection<PropertyNode>public void clear()
clear in interface java.util.Collection<PropertyNode>clear in interface java.util.Set<PropertyNode>clear in class java.util.AbstractCollection<PropertyNode>public java.util.Iterator<PropertyNode> iterator()
iterator in interface java.lang.Iterable<PropertyNode>iterator in interface java.util.Collection<PropertyNode>iterator in interface java.util.Set<PropertyNode>iterator in class java.util.AbstractCollection<PropertyNode>
public static java.util.List<PropertyNode> findProperties(int start,
int end,
BTreeSet.BTreeNode root)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||