net.sourceforge.plantuml.hector
Class SkeletonConfigurationSet
java.lang.Object
net.sourceforge.plantuml.hector.SkeletonConfigurationSet
- All Implemented Interfaces:
- Iterable<SkeletonConfiguration>
public class SkeletonConfigurationSet
- extends Object
- implements Iterable<SkeletonConfiguration>
SkeletonConfigurationSet
public SkeletonConfigurationSet(int limitSize,
SkeletonConfigurationEvaluator evaluator)
add
public void add(SkeletonConfiguration skeletonConfiguration)
addAll
public void addAll(Collection<SkeletonConfiguration> others)
toString
public String toString()
- Overrides:
toString
in class Object
size
public int size()
iterator
public Iterator<SkeletonConfiguration> iterator()
- Specified by:
iterator
in interface Iterable<SkeletonConfiguration>
first
public SkeletonConfiguration first()
Copyright © 2014. All Rights Reserved.