Searched defs:Instances (Results 1 – 1 of 1) sorted by relevance
27 class Instances<T extends AhatInstance> implements Iterable<T> { class35 public Instances(List<T> instances) { in Instances() method in Instances