public class SkeletonConfigurationSet extends Object implements Iterable<SkeletonConfiguration>
| Constructor and Description |
|---|
SkeletonConfigurationSet(int limitSize,
SkeletonConfigurationEvaluator evaluator) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(SkeletonConfiguration skeletonConfiguration) |
void |
addAll(Collection<SkeletonConfiguration> others) |
SkeletonConfiguration |
first() |
Iterator<SkeletonConfiguration> |
iterator() |
int |
size() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic SkeletonConfigurationSet(int limitSize,
SkeletonConfigurationEvaluator evaluator)
public void add(SkeletonConfiguration skeletonConfiguration)
public void addAll(Collection<SkeletonConfiguration> others)
public int size()
public Iterator<SkeletonConfiguration> iterator()
iterator in interface Iterable<SkeletonConfiguration>public SkeletonConfiguration first()
Copyright © 2017. All rights reserved.