|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.ucsb.nceas.morpho.query.SynchronizeVector
Title:
Description: This is for vector object which is synchronized
Copyright: Copyright (c) 2004
Company:
Constructor Summary | |
SynchronizeVector()
Constructor |
Method Summary | |
void |
addVector(java.util.Vector vector)
add a new vector to content. |
java.util.Vector |
getVector()
The synchronized method to get Vector and reset contentVector to empty. |
boolean |
isEmpty()
Method to see if this vector is empty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SynchronizeVector()
Method Detail |
public boolean isEmpty()
public java.util.Vector getVector()
public void addVector(java.util.Vector vector)
vector
- Vector
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |