|
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
com.tangosol.util.Base
com.tangosol.util.RestrictedCollections.RestrictedEntrySet.RestrictedIterator
protected class RestrictedCollections.RestrictedEntrySet.RestrictedIterator
A Map Entry Iterator that restricts the key and value types.
| Field Summary | |
|---|---|
protected java.util.Iterator |
m_iter |
| Constructor Summary | |
|---|---|
RestrictedCollections.RestrictedEntrySet.RestrictedIterator(java.util.Iterator iter)Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)Compares the specified object with this Iterator for equality. |
int |
hashCode()Returns the hash code value for this Iterator. |
boolean |
hasNext()Returns true if the iteration has more elements. |
java.lang.Object |
next()Returns the next element in the interation. |
void |
remove()Removes from the underlying collection the last element returned by the iterator. |
java.lang.String |
toString()Return a String description for this Iterator. |
| Field Detail |
|---|
protected java.util.Iterator m_iter
| Constructor Detail |
|---|
public RestrictedCollections.RestrictedEntrySet.RestrictedIterator(java.util.Iterator iter)
iter - the Iterator to wrap| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iteratorpublic void remove()
remove in interface java.util.Iteratorpublic boolean equals(java.lang.Object o)
o - object to be compared for equality with this Iteratorpublic int hashCode()
public java.lang.String toString()
|
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 | |||||||