Table of Contents

Interface IComparator<T>

Namespace
Java.Util
Assembly
MASES.JNet.dll
public interface IComparator<T> : IJVMBridgeBase, IJVMBridgeDefinition

Type Parameters

T

The comparator type

Inherited Members

Methods

Compare(T, T)

int Compare(T arg0, T arg1)

Parameters

arg0 T
arg1 T

Returns

int

Equals(object)

bool Equals(object obj)

Parameters

obj object

Returns

bool