Package org.cip4.jdflib.core
Class VResource
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.Vector<KElement>
-
- org.cip4.jdflib.core.VElement
-
- org.cip4.jdflib.core.VResource
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.lang.Iterable<KElement>,java.util.Collection<KElement>,java.util.List<KElement>,java.util.RandomAccess
@Deprecated public class VResource extends VElement
Deprecated.use VElement instead- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringtoString()Deprecated.toString-
Methods inherited from class org.cip4.jdflib.core.VElement
addAll, addAll, appendUnique, appendUnique, appendUnique, appendUniqueElement, appendUniqueNotNull, appendUniqueNotNull, containsElement, elementAt, get, getCommonAncestor, getElementNameSet, getElementNameVector, hasElement, index, isEqual, item, nameIndex, removeAttribute, removeElements, removeElements, setAttribute, setAttributes, sort, toVector, unify, unifyElement
-
Methods inherited from class java.util.Vector
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elements, ensureCapacity, equals, firstElement, forEach, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, removeRange, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, trimToSize
-
-