PSObjectEqComparer
Contents
[
Hide
]Inheritance: java.lang.Object
All Implemented Interfaces: java.util.Comparator
public class PSObjectEqComparer<T> implements Comparator<T>
Constructors
| Constructor | Description |
|---|---|
| PSObjectEqComparer() |
Methods
| Method | Description |
|---|---|
| compare(T x, T y) | |
| equals(T x, T y) | |
| equals(Object obj) | |
| getClass() | |
| getHashCode(T obj) | |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
PSObjectEqComparer()
public PSObjectEqComparer()
compare(T x, T y)
public int compare(T x, T y)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| x | T | |
| y | T |
Returns: int
equals(T x, T y)
public boolean equals(T x, T y)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| x | T | |
| y | T |
Returns: boolean
equals(Object obj)
public boolean equals(Object obj)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| obj | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getHashCode(T obj)
public int getHashCode(T obj)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| obj | T |
Returns: int
hashCode()
public int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |