|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kit.furia.Document.DocumentElement<T>
O - The type of OB object that will be stored in this
document.public class Document.DocumentElement<T>
This class is used by the iterator of the Document class. It holds the O object and the number of times it appears in this document.
| Constructor Summary | |
|---|---|
Document.DocumentElement(T object,
IntegerHolder count)
|
|
| Method Summary | |
|---|---|
int |
getCount()
|
T |
getObject()
|
protected void |
inc()
Increments the count for object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Document.DocumentElement(T object,
IntegerHolder count)
| Method Detail |
|---|
public T getObject()
public int getCount()
protected void inc()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||