Class ConcurrentSkipListMap<K, V>
- Namespace
- Java.Util.Concurrent
- Assembly
- MASES.JNet.dll
public class ConcurrentSkipListMap<K, V> : AbstractMap<K, V>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IMap<K, V>
Type Parameters
K
V
- Inheritance
-
JVMBridgeBase<Map<K, V>>Map<K, V>AbstractMap<K, V>ConcurrentSkipListMap<K, V>
- Implements
-
IMap<K, V>
- Inherited Members
- Extension Methods
Constructors
ConcurrentSkipListMap()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public ConcurrentSkipListMap()
ConcurrentSkipListMap(Comparator<K>)
public ConcurrentSkipListMap(Comparator<K> arg0)
Parameters
arg0
Comparator<K>
ConcurrentSkipListMap(Map<K, V>)
public ConcurrentSkipListMap(Map<K, V> arg0)
Parameters
ConcurrentSkipListMap(SortedMap<K, V>)
public ConcurrentSkipListMap(SortedMap<K, V> arg0)
Parameters
ConcurrentSkipListMap(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public ConcurrentSkipListMap(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
CeilingEntry(K)
public Map.Entry<K, V> CeilingEntry(K arg0)
Parameters
arg0
KK
Returns
CeilingKey(K)
public K CeilingKey(K arg0)
Parameters
arg0
KK
Returns
- K
K
Clone()
public ConcurrentSkipListMap<K, V> Clone()
Returns
Comparator<ReturnobjectSuperK>()
public Comparator<ReturnobjectSuperK> Comparator<ReturnobjectSuperK>() where ReturnobjectSuperK : K
Returns
- Comparator<ReturnobjectSuperK>
Type Parameters
ReturnobjectSuperK
K
DescendingKeySet()
public NavigableSet<K> DescendingKeySet()
Returns
DescendingMap()
public ConcurrentNavigableMap<K, V> DescendingMap()
Returns
FirstEntry()
public Map.Entry<K, V> FirstEntry()
Returns
FirstKey()
public K FirstKey()
Returns
- K
K
FloorEntry(K)
public Map.Entry<K, V> FloorEntry(K arg0)
Parameters
arg0
KK
Returns
FloorKey(K)
public K FloorKey(K arg0)
Parameters
arg0
KK
Returns
- K
K
HeadMap(K)
public ConcurrentNavigableMap<K, V> HeadMap(K arg0)
Parameters
arg0
KK
Returns
HeadMap(K, bool)
public ConcurrentNavigableMap<K, V> HeadMap(K arg0, bool arg1)
Parameters
Returns
HigherEntry(K)
public Map.Entry<K, V> HigherEntry(K arg0)
Parameters
arg0
KK
Returns
HigherKey(K)
public K HigherKey(K arg0)
Parameters
arg0
KK
Returns
- K
K
LastEntry()
public Map.Entry<K, V> LastEntry()
Returns
LastKey()
public K LastKey()
Returns
- K
K
LowerEntry(K)
public Map.Entry<K, V> LowerEntry(K arg0)
Parameters
arg0
KK
Returns
LowerKey(K)
public K LowerKey(K arg0)
Parameters
arg0
KK
Returns
- K
K
NavigableKeySet()
public NavigableSet<K> NavigableKeySet()
Returns
PollFirstEntry()
public Map.Entry<K, V> PollFirstEntry()
Returns
PollLastEntry()
public Map.Entry<K, V> PollLastEntry()
Returns
SubMapMethod(K, bool, K, bool)
public ConcurrentNavigableMap<K, V> SubMapMethod(K arg0, bool arg1, K arg2, bool arg3)
Parameters
Returns
SubMapMethod(K, K)
public ConcurrentNavigableMap<K, V> SubMapMethod(K arg0, K arg1)
Parameters
arg0
KK
arg1
KK
Returns
TailMap(K)
public ConcurrentNavigableMap<K, V> TailMap(K arg0)
Parameters
arg0
KK
Returns
TailMap(K, bool)
public ConcurrentNavigableMap<K, V> TailMap(K arg0, bool arg1)
Parameters
Returns
Operators
implicit operator Serializable(ConcurrentSkipListMap<K, V>)
Converter from ConcurrentSkipListMap<K, V> to Serializable
public static implicit operator Serializable(ConcurrentSkipListMap<K, V> t)
Parameters
t
ConcurrentSkipListMap<K, V>
Returns
implicit operator Cloneable(ConcurrentSkipListMap<K, V>)
Converter from ConcurrentSkipListMap<K, V> to Cloneable
public static implicit operator Cloneable(ConcurrentSkipListMap<K, V> t)
Parameters
t
ConcurrentSkipListMap<K, V>
Returns
implicit operator ConcurrentNavigableMap<K, V>(ConcurrentSkipListMap<K, V>)
Converter from ConcurrentSkipListMap<K, V> to ConcurrentNavigableMap<K, V>
public static implicit operator ConcurrentNavigableMap<K, V>(ConcurrentSkipListMap<K, V> t)
Parameters
t
ConcurrentSkipListMap<K, V>
Returns
- ConcurrentNavigableMap<K, V>
implicit operator ConcurrentSkipListMap(ConcurrentSkipListMap<K, V>)
Converter from ConcurrentSkipListMap<K, V> to ConcurrentSkipListMap
public static implicit operator ConcurrentSkipListMap(ConcurrentSkipListMap<K, V> t)
Parameters
t
ConcurrentSkipListMap<K, V>