public class MeasureList extends Object implements Iterable<Measure>, Serializable
Constructor and Description |
---|
MeasureList() |
Modifier and Type | Method and 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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public static MeasureList parse(String string)
public int getSize()
public Measure get(int i)
public void add(Measure measure)
public String serialize()
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.