public class SkeletonConfigurationSet extends java.lang.Object implements java.lang.Iterable<SkeletonConfiguration>
Constructor and Description |
---|
SkeletonConfigurationSet(int limitSize,
SkeletonConfigurationEvaluator evaluator) |
Modifier and Type | Method and 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() |
public SkeletonConfigurationSet(int limitSize, SkeletonConfigurationEvaluator evaluator)
public void add(SkeletonConfiguration skeletonConfiguration)
public void addAll(java.util.Collection<SkeletonConfiguration> others)
public java.lang.String toString()
toString
in class java.lang.Object
public int size()
public java.util.Iterator<SkeletonConfiguration> iterator()
iterator
in interface java.lang.Iterable<SkeletonConfiguration>
public SkeletonConfiguration first()
Copyright © 2020. All Rights Reserved.