edu.ucsb.nceas.morpho.query
Class SynchronizeVector

java.lang.Object
  extended byedu.ucsb.nceas.morpho.query.SynchronizeVector

public class SynchronizeVector
extends java.lang.Object

Title:

Description: This is for vector object which is synchronized

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
not attributable

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

SynchronizeVector

public SynchronizeVector()
Constructor

Method Detail

isEmpty

public boolean isEmpty()
Method to see if this vector is empty

Returns:
boolean

getVector

public java.util.Vector getVector()
The synchronized method to get Vector and reset contentVector to empty.

Returns:
Vector

addVector

public void addVector(java.util.Vector vector)
add a new vector to content.

Parameters:
vector - Vector


Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.