Class LHCFillSet
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.TreeMap<java.lang.Integer,LHCFill>
-
- cern.nxcals.api.backport.domain.core.filldata.LHCFillSet
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.lang.Iterable<LHCFill>,java.util.Map<java.lang.Integer,LHCFill>,java.util.NavigableMap<java.lang.Integer,LHCFill>,java.util.SortedMap<java.lang.Integer,LHCFill>
public class LHCFillSet extends java.util.TreeMap<java.lang.Integer,LHCFill> implements java.lang.Iterable<LHCFill>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LHCFillSet()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddLHCFill(LHCFill lhcFill)booleancontainsLHCFill(int fillNumber)static LHCFillSetfrom(@NonNull java.util.List<Fill> fills)int[]getFillNumbers()LHCFillgetLHCFill(int fillNumber)java.util.Iterator<LHCFill>iterator()-
Methods inherited from class java.util.TreeMap
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, values
-
-
-
-
Method Detail
-
from
public static LHCFillSet from(@NonNull @NonNull java.util.List<Fill> fills)
-
addLHCFill
public void addLHCFill(LHCFill lhcFill)
-
containsLHCFill
public boolean containsLHCFill(int fillNumber)
-
getLHCFill
public LHCFill getLHCFill(int fillNumber)
-
iterator
public java.util.Iterator<LHCFill> iterator()
- Specified by:
iteratorin interfacejava.lang.Iterable<LHCFill>
-
getFillNumbers
public int[] getFillNumbers()
-
-