Class ListIntervalsCollection
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.lists.ListIntervalsCollection
-
public class ListIntervalsCollection extends Object
-
-
Constructor Summary
Constructors Constructor Description ListIntervalsCollection()ListIntervalsCollection(Set<ListInterval> listIntervals)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<ListInterval>getSet()voidput(ListInterval listInterval)voidputAll(Set<ListInterval> intervalsSet)
-
-
-
Constructor Detail
-
ListIntervalsCollection
public ListIntervalsCollection()
-
ListIntervalsCollection
public ListIntervalsCollection(Set<ListInterval> listIntervals)
-
-
Method Detail
-
put
public void put(ListInterval listInterval)
-
putAll
public void putAll(Set<ListInterval> intervalsSet)
-
getSet
public Set<ListInterval> getSet()
-
-