Table of Contents

Interface ISortedMap<K, V>

Namespace
Java.Util
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface ISortedMap<K, V> : IMap<K, V>

Type Parameters

K
V
Inherited Members

Methods

Comparator<ReturnobjectSuperK>()

Comparator<ReturnobjectSuperK> Comparator<ReturnobjectSuperK>() where ReturnobjectSuperK : K

Returns

Comparator<ReturnobjectSuperK>

Comparator

Type Parameters

ReturnobjectSuperK

K

EntrySet()

Set<Map.Entry<K, V>> EntrySet()

Returns

Set<Map.Entry<K, V>>

Set

FirstKey()

K FirstKey()

Returns

K

K

HeadMap(K)

SortedMap<K, V> HeadMap(K arg0)

Parameters

arg0 K

K

Returns

SortedMap<K, V>

SortedMap

KeySet()

Set<K> KeySet()

Returns

Set<K>

Set

LastKey()

K LastKey()

Returns

K

K

SubMap(K, K)

SortedMap<K, V> SubMap(K arg0, K arg1)

Parameters

arg0 K

K

arg1 K

K

Returns

SortedMap<K, V>

SortedMap

TailMap(K)

SortedMap<K, V> TailMap(K arg0)

Parameters

arg0 K

K

Returns

SortedMap<K, V>

SortedMap

Values()

Collection<V> Values()

Returns

Collection<V>

Collection