Package net.sourceforge.plantuml.hector
Class SkeletonConfigurationSet
- java.lang.Object
-
- net.sourceforge.plantuml.hector.SkeletonConfigurationSet
-
- All Implemented Interfaces:
java.lang.Iterable<SkeletonConfiguration>
public class SkeletonConfigurationSet extends java.lang.Object implements java.lang.Iterable<SkeletonConfiguration>
-
-
Constructor Summary
Constructors Constructor Description SkeletonConfigurationSet(int limitSize, SkeletonConfigurationEvaluator evaluator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(SkeletonConfiguration skeletonConfiguration)
void
addAll(java.util.Collection<SkeletonConfiguration> others)
SkeletonConfiguration
first()
java.util.Iterator<SkeletonConfiguration>
iterator()
int
size()
java.lang.String
toString()
-
-
-
Constructor Detail
-
SkeletonConfigurationSet
public SkeletonConfigurationSet(int limitSize, SkeletonConfigurationEvaluator evaluator)
-
-
Method Detail
-
add
public void add(SkeletonConfiguration skeletonConfiguration)
-
addAll
public void addAll(java.util.Collection<SkeletonConfiguration> others)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
size
public int size()
-
iterator
public java.util.Iterator<SkeletonConfiguration> iterator()
- Specified by:
iterator
in interfacejava.lang.Iterable<SkeletonConfiguration>
-
first
public SkeletonConfiguration first()
-
-