public abstract class AbstractDynamicComparableArray<T extends java.lang.Comparable> extends AbstractDynamicArray<T>
Copyright 2001-2007 Partner Software, Inc.
arrayarrayObject, capacity, end, fastGrowthFactor, fastGrowthLimit, slowGrowthAmount, start| Constructor and Description |
|---|
AbstractDynamicComparableArray()
Creates an empty DynamicObjectArray, for objects of the given type, with
size and capacity of 0.
|
AbstractDynamicComparableArray(int capacity)
Creates a DynamicObjectArray of the given type and given capacity.
|
AbstractDynamicComparableArray(T... contents)
Creates a DynamicObjectArray of the given type and initial contents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
sort()
Quicksorts the contents.
|
add, addMultiple, append, append, contentsToString, fitToSize, iterator, newArray, newArrayImp, toFixedArray, toListappend, clear, copy, copy, copyExactly, copyFrom, copyTo, insert, isEmpty, makeRoomFor, makeRoomFor, pack, remove, size, subsection, tidy, toStringpublic AbstractDynamicComparableArray()
public AbstractDynamicComparableArray(int capacity)
public AbstractDynamicComparableArray(T... contents)