Package io.getunleash.repository
Class SegmentCollection
- java.lang.Object
-
- io.getunleash.repository.SegmentCollection
-
- All Implemented Interfaces:
Serializable
public final class SegmentCollection extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SegmentCollection(Collection<Segment> segments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SegmentgetSegment(Integer id)Collection<Segment>getSegments()
-
-
-
Constructor Detail
-
SegmentCollection
public SegmentCollection(Collection<Segment> segments)
-
-
Method Detail
-
getSegments
public Collection<Segment> getSegments()
-
-