Table of Contents

Class NavigableSet<E>

Namespace
Java.Util
Assembly
MASES.JNet.dll
public class NavigableSet<E> : SortedSet<E>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IEnumerableExtension, IEnumerable<E>, IEnumerable, IAsyncEnumerable<E>, IIterable<E>, INavigableSet<E>, ISortedSet<E>, ISet<E>, ICollection<E>

Type Parameters

E
Inheritance
Set<E>
NavigableSet<E>
Implements
ISet<E>
Inherited Members
JVMBridgeBase<Iterable<E>>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Iterable<E>>.IsAssignableFrom<T>()
JVMBridgeBase<Iterable<E>>.Execute<T>(params T[])
JVMBridgeBase<Iterable<E>>.DynBridgeClazz
JVMBridgeBase<Iterable<E>>.BridgeClazz
JVMBridgeBase.ReferenceEqualsJVM(IJVMBridgeBase, IJVMBridgeBase)
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastToAndDetach<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.CastDirectAndDetach<TNewClass>()
JVMBridgeBase.CheckDisposed()
JVMBridgeBase.ToString()
JVMBridgeBase.Equals(IJVMBridgeBase)
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

NavigableSet(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public NavigableSet(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

NavigableSet(params object[])

Generic constructor used by JCOBridge when a derived class needs to forward arguments to the base JVMBridgeBase class.

[Obsolete("NavigableSet class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public NavigableSet(params object[] args)

Parameters

args object[]

Remarks

NavigableSet represents a JVM interface or abstract class in .NET. Instantiating it directly outside of JCOBridge infrastructure is not supported and may produce undefined behavior.

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

Ceiling(E)

public E Ceiling(E arg0)

Parameters

arg0 E

E

Returns

E

E

DescendingIterator()

public Iterator<E> DescendingIterator()

Returns

Iterator<E>

Iterator

DescendingSet()

public NavigableSet<E> DescendingSet()

Returns

NavigableSet<E>

NavigableSet

Floor(E)

public E Floor(E arg0)

Parameters

arg0 E

E

Returns

E

E

HeadSet(E)

public SortedSet<E> HeadSet(E arg0)

Parameters

arg0 E

E

Returns

SortedSet<E>

SortedSet

HeadSet(E, bool)

public NavigableSet<E> HeadSet(E arg0, bool arg1)

Parameters

arg0 E

E

arg1 bool

bool

Returns

NavigableSet<E>

NavigableSet

Higher(E)

public E Higher(E arg0)

Parameters

arg0 E

E

Returns

E

E

Iterator()

public Iterator<E> Iterator()

Returns

Iterator<E>

Iterator

Lower(E)

public E Lower(E arg0)

Parameters

arg0 E

E

Returns

E

E

PollFirst()

public E PollFirst()

Returns

E

E

PollLast()

public E PollLast()

Returns

E

E

SubSet(E, bool, E, bool)

public NavigableSet<E> SubSet(E arg0, bool arg1, E arg2, bool arg3)

Parameters

arg0 E

E

arg1 bool

bool

arg2 E

E

arg3 bool

bool

Returns

NavigableSet<E>

NavigableSet

SubSet(E, E)

public SortedSet<E> SubSet(E arg0, E arg1)

Parameters

arg0 E

E

arg1 E

E

Returns

SortedSet<E>

SortedSet

TailSet(E)

public SortedSet<E> TailSet(E arg0)

Parameters

arg0 E

E

Returns

SortedSet<E>

SortedSet

TailSet(E, bool)

public NavigableSet<E> TailSet(E arg0, bool arg1)

Parameters

arg0 E

E

arg1 bool

bool

Returns

NavigableSet<E>

NavigableSet

Operators

implicit operator NavigableSet(NavigableSet<E>)

Converter from NavigableSet<E> to NavigableSet

public static implicit operator NavigableSet(NavigableSet<E> t)

Parameters

t NavigableSet<E>

Returns

NavigableSet