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. segmentsMethods in myorg.relex.collection that return Segment Modifier and Type Method Description SegmentSegment. setFrom(String from)SegmentSegment. setNumber(int number)SegmentSegment. 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 PathPath. addSegment(Segment segment)intSegment. compareTo(Segment rhs) 
 -