| 
 | Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
   java.util.AbstractCollection
java.util.AbstractCollection
       com.tangosol.util.SafeHashMap.ValuesCollection
com.tangosol.util.SafeHashMap.ValuesCollection
           com.tangosol.net.cache.OldCache.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.CollectiontoArray in class SafeHashMap.ValuesCollectionao - 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 purposejava.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® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||