Uses of Class
myorg.relex.collection.Segment
-
Packages that use Segment Package Description myorg.relex.collection -
-
Uses of Segment in myorg.relex.collection
Fields in myorg.relex.collection with type parameters of type Segment Modifier and Type Field Description private List<Segment>
Path. segments
Methods in myorg.relex.collection that return Segment Modifier and Type Method Description Segment
Segment. setFrom(String from)
Segment
Segment. setNumber(int number)
Segment
Segment. setTo(String to)
Methods in myorg.relex.collection that return types with arguments of type Segment Modifier and Type Method Description List<Segment>
Path. getSegments()
Methods in myorg.relex.collection with parameters of type Segment Modifier and Type Method Description Path
Path. addSegment(Segment segment)
int
Segment. compareTo(Segment rhs)
-