SAP NetWeaver '04

com.sap.netweaver.bc.rf.common.namespace
Class Collator

[contained in: com.sap.netweaver.bc.rf.par - bc.rf.common_api.jar]
java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractList
              |
              +--java.util.ArrayList
                    |
                    +--com.sap.netweaver.bc.rf.common.namespace.Collator
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, ICollator, java.util.List, java.io.Serializable

public class Collator
extends java.util.ArrayList
implements ICollator

Class implementing a collator and holding the list of ICollatorEntries.

See Also:
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

Collator

public Collator()
Constructs an empty collator list.

Collator

public 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. The Collator instance has an initial capacity of 110% the size of the specified collection.
Parameters:
collection - collection whose elements are to be placed into this list

Collator

public Collator(int initialCapacity)
Constructs an empty collator list with the specified initial capacity.
Parameters:
initialCapacity - the initial capacity of the list.

SAP NetWeaver '04

Copyright © 2004 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.