|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.AbstractCollection
|
+--java.util.AbstractList
|
+--java.util.ArrayList
|
+--com.sap.netweaver.bc.rf.common.namespace.Collator
Class implementing a collator and holding the list of ICollatorEntries.
INamespaceManager,
ICollatorEntry, Serialized Form| Fields inherited from class java.util.AbstractList |
modCount |
| Constructor Summary | |
Collator()
Constructs an empty collator list. |
|
Collator(java.util.Collection collection)
Constructs a collator list containing the elements of the specified collection, in the order they are returned by the collection's iterator. |
|
Collator(int initialCapacity)
Constructs an empty collator list with the specified initial capacity. |
|
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, removeRange, set, size, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
equals, hashCode, iterator, listIterator, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
containsAll, remove, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Constructor Detail |
public Collator()
public Collator(java.util.Collection collection)
collection - collection whose elements are to be placed into this listpublic Collator(int initialCapacity)
initialCapacity - the initial capacity of the list.
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||