|
Oracle® Coherence Java API Reference v3.5.3 E15583-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection
com.tangosol.util.SafeHashMap.ValuesCollection
com.tangosol.net.cache.OldCache.ValuesCollection
protected class OldCache.ValuesCollection
A collection of values backed by this map.
Constructor Summary | |
---|---|
protected |
OldCache.ValuesCollection()
|
Method Summary | |
---|---|
java.lang.Object[] |
toArray(java.lang.Object[] ao)
Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection. |
Methods inherited from class com.tangosol.util.SafeHashMap.ValuesCollection |
---|
clear, iterator, size, toArray |
Methods inherited from class java.util.AbstractCollection |
---|
add, addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toString |
Methods inherited from interface java.util.Collection |
---|
equals, hashCode |
Constructor Detail |
---|
protected OldCache.ValuesCollection()
Method Detail |
---|
public java.lang.Object[] toArray(java.lang.Object[] ao)
If the collection fits in the specified array with room to spare (i.e., the array has more elements than the collection), the element in the array immediately following the end of the collection is set to null. This is useful in determining the length of the collection only if the caller knows that the collection does not contain any null elements.)
toArray
in interface java.util.Collection
toArray
in class SafeHashMap.ValuesCollection
ao
- the array into which the elements of the collection are to
be stored, if it is big enough; otherwise, a new array of the
same runtime type is allocated for this purpose
java.lang.ArrayStoreException
- if the runtime type of the specified array
is not a supertype of the runtime type of every element in this
collection
|
Oracle® Coherence Java API Reference v3.5.3 E15583-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |