org.pdfclown.util
Class MapEntry<TKey extends Comparable<? super TKey>,TValue>
java.lang.Object
java.util.AbstractMap.SimpleImmutableEntry<TKey,TValue>
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
MapEntry
public MapEntry(TKey key,
TValue value)
compareTo
public int compareTo(MapEntry<TKey,TValue> obj)
- Specified by:
compareTo
in interface Comparable<MapEntry<TKey extends Comparable<? super TKey>,TValue>>
Project home page
Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.