| java.lang.Object com.go.trove.util.AbstractMapEntry
AbstractMapEntry | abstract public class AbstractMapEntry implements Map.Entry<A, B>(Code) | | Abstract Map.Entry implementation that makes it easier to define new Map
entries.
parametrized for GJ by Stefan Reich (doc@drjava.de)
author: Brian S O'Neill version: , 1/23/01 |
hashCode | public int hashCode()(Code) | | |
setValue | public B setValue(B value)(Code) | | Always throws UnsupportedOperationException.
|
|
|