public class DirtyVector<S extends PLCServer>
extends java.util.Vector<S>
Constructor and Description |
---|
DirtyVector() |
Modifier and Type | Method and Description |
---|---|
void |
addServer(S obj)
This calls the superclass's method after setting the dirty flag.
|
boolean |
isDirty()
Returns the dirty flag.
|
boolean |
removeServer(S obj)
This calls the superclass's method after setting the dirty flag.
|
void |
resetDirty()
Reset the dirty flag.
|
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, toString, trimToSize
public void addServer(S obj)
public boolean isDirty()
public boolean removeServer(S obj)
public void resetDirty()
Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.