|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbass.visualisation.graph.BassList<B>
B - public abstract class BassList<B extends BassGraphElement>
BassList is the abstract class for all lists (BessEdgeList, BassNodeList, BassClusterList). It defines the structure of those
lists. Used in b.a.s.s Vector.
| Field Summary | |
|---|---|
protected int |
amount
|
protected java.util.Vector<B> |
elements
|
| Constructor Summary | |
|---|---|
BassList()
|
|
| Method Summary | |
|---|---|
java.util.Iterator<B> |
iterator()
|
int |
size()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Vector<B extends BassGraphElement> elements
protected int amount
| Constructor Detail |
|---|
public BassList()
| Method Detail |
|---|
public int size()
public java.util.Iterator<B> iterator()
iterator in interface java.lang.Iterable<B extends BassGraphElement>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||