com.caucho.jsp.el
Class ImplicitObjectExpr.AttributeMap.EntryIterator
java.lang.Object
com.caucho.jsp.el.ImplicitObjectExpr.AttributeMap.EntryIterator
- All Implemented Interfaces:
- java.util.Iterator, java.util.Map.Entry
- Enclosing class:
- ImplicitObjectExpr.AttributeMap
public class ImplicitObjectExpr.AttributeMap.EntryIterator
- extends java.lang.Object
- implements java.util.Iterator, java.util.Map.Entry
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface java.util.Iterator
next
public java.lang.Object next()
- Specified by:
next
in interface java.util.Iterator
remove
public void remove()
- Specified by:
remove
in interface java.util.Iterator
getKey
public java.lang.Object getKey()
- Specified by:
getKey
in interface java.util.Map.Entry
getValue
public java.lang.Object getValue()
- Specified by:
getValue
in interface java.util.Map.Entry
setValue
public java.lang.Object setValue(java.lang.Object value)
- Specified by:
setValue
in interface java.util.Map.Entry
hashCode
public int hashCode()
- Specified by:
hashCode
in interface java.util.Map.Entry
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in interface java.util.Map.Entry
- Overrides:
equals
in class java.lang.Object