PDF Clown
0.1.2

org.pdfclown.util
Class MapEntry<TKey extends Comparable<? super TKey>,TValue>

java.lang.Object
  extended by java.util.AbstractMap.SimpleImmutableEntry<TKey,TValue>
      extended by org.pdfclown.util.MapEntry<TKey,TValue>
All Implemented Interfaces:
Serializable, Comparable<MapEntry<TKey,TValue>>, Map.Entry<TKey,TValue>

public final class MapEntry<TKey extends Comparable<? super TKey>,TValue>
extends AbstractMap.SimpleImmutableEntry<TKey,TValue>
implements Comparable<MapEntry<TKey,TValue>>

Generic map entry.

Since:
0.1.2
Version:
0.1.2, 02/04/12
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)
See Also:
Serialized Form

Constructor Summary
MapEntry(TKey key, TValue value)
           
 
Method Summary
 int compareTo(MapEntry<TKey,TValue> obj)
           
 
Methods inherited from class java.util.AbstractMap.SimpleImmutableEntry
equals, getKey, getValue, hashCode, setValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapEntry

public MapEntry(TKey key,
                TValue value)
Method Detail

compareTo

public int compareTo(MapEntry<TKey,TValue> obj)
Specified by:
compareTo in interface Comparable<MapEntry<TKey extends Comparable<? super TKey>,TValue>>

PDF Clown
0.1.2

Project home page

Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.