|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Comparable | |
---|---|
java.lang | Core Java classes |
java.lang.annotation | Basic support for annotations |
lejos.realtime | |
lejos.robotics | Hardware abstraction interfaces for the robotics package. |
Uses of Comparable in java.lang |
---|
Classes in java.lang that implement Comparable | |
---|---|
class |
Boolean
Wrapper class for booleans. |
class |
Character
|
class |
Enum<E extends Enum<E>>
|
class |
Integer
Minimal Integer implementation that supports converting an int to a String. |
class |
Long
Wrapper class for long integers. |
Uses of Comparable in java.lang.annotation |
---|
Classes in java.lang.annotation that implement Comparable | |
---|---|
class |
ElementType
|
class |
RetentionPolicy
|
Uses of Comparable in lejos.realtime |
---|
Classes in lejos.realtime that implement Comparable | |
---|---|
class |
RelativeTime
|
Uses of Comparable in lejos.robotics |
---|
Classes in lejos.robotics that implement Comparable | |
---|---|
static class |
Colors.Color
|
static class |
Movement.MovementType
The type of movement made in sufficient detail to allow errors in the movement to be modelled. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |