T
- type of the value held by this endpointpublic class Endpoint<T extends Comparable<?>> extends Object
Constructor and Description |
---|
Endpoint(T value,
BoundType boundType)
Create an endpoint.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
BoundType |
getBoundType() |
T |
getValue() |
int |
hashCode() |
String |
toLeftString()
Print the left endpoint and bound type.
|
String |
toRightString()
Print the right endpoint and bound type.
|
String |
toString() |
public BoundType getBoundType()
public String toLeftString()
public String toRightString()
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.