public class FwkArray extends java.util.Vector implements FwkArrayInterface
,
Serialized FormModifier and Type | Field and Description |
---|---|
static java.lang.String |
version |
Constructor and Description |
---|
FwkArray()
The default constructor.
|
FwkArray(java.util.Collection c)
Constructs a list containing the elements of the specified collection,
in the order they are returned by the collection's iterator.
|
FwkArray(int initialCapacity)
Constructs an empty list with the specified initial capacity.
|
Modifier and Type | Method and Description |
---|---|
FwkArrayInterface |
getFwkMimeTypes() |
java.lang.String |
getPresentationString()
Retrieves the representation string.
|
java.lang.String |
getPresentationString(java.util.Locale l)
Retrieves the representation string.
|
java.lang.String |
getVersion()
Return the version string of the FWK component.
|
void |
release()
Release the object.
|
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize
public static final java.lang.String version
public FwkArray()
public FwkArray(java.util.Collection c)
c
- The collectionpublic FwkArray(int initialCapacity)
initialCapacity
- The capicity of the list.public java.lang.String getVersion()
FwkInterface
getVersion
in interface FwkInterface
public FwkArrayInterface getFwkMimeTypes()
public void release()
release
in interface FwkInterface
public java.lang.String getPresentationString(java.util.Locale l)
getPresentationString
in interface FwkPresentationInterface
l
- The Locale object or null.public java.lang.String getPresentationString()
getPresentationString
in interface FwkPresentationInterface