当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
Value.ValueList - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.common.value
Class Value.ValueList
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
org.jboss.portal.common.value.Value.ValueList
- All Implemented Interfaces:
- java.util.Collection, java.util.List, java.util.RandomAccess
- Enclosing class:
- Value
- private static class Value.ValueList
- extends java.util.AbstractList
- implements java.util.List, java.util.RandomAccess
Nested classes inherited from class java.util.AbstractList |
|
Field Summary |
private java.lang.Object[] |
array
. |
Fields inherited from class java.util.AbstractList |
modCount |
Method Summary |
java.lang.Object |
get(int index)
|
int |
size()
|
Methods inherited from class java.util.AbstractList |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList |
Methods inherited from class java.util.AbstractCollection |
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, subList, toArray, toArray |
array
private final java.lang.Object[] array
- .
Value.ValueList
private Value.ValueList(java.lang.Object[] array)
size
public int size()
- Specified by:
size
in interface java.util.List
get
public java.lang.Object get(int index)
- Specified by:
get
in interface java.util.List