站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

Value.ValueList - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.migration.model24.value
Class Value.ValueList

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byorg.jboss.portal.migration.model24.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 Class Summary
 
Nested classes inherited from class java.util.AbstractList
 
Field Summary
private  java.lang.Object[] array
          .
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
private Value.ValueList(java.lang.Object[] array)
           
 
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
 

Field Detail

array

private final java.lang.Object[] array
.

Constructor Detail

Value.ValueList

private Value.ValueList(java.lang.Object[] array)
Method Detail

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