Package org.apache.myfaces.tobago.layout
Class MeasureList
- java.lang.Object
-
- org.apache.myfaces.tobago.layout.MeasureList
-
- All Implemented Interfaces:
Serializable
,Iterable<Measure>
- Direct Known Subclasses:
SegmentMeasureList
public class MeasureList extends Object implements Iterable<Measure>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MeasureList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(Measure measure)
Measure
get(int i)
int
getSize()
Iterator<Measure>
iterator()
static MeasureList
parse(String string)
String
serialize()
Stream<Measure>
stream()
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
parse
public static MeasureList parse(String string)
-
getSize
public int getSize()
-
get
public Measure get(int i)
-
add
public void add(Measure measure)
-
serialize
public String serialize()
-
-