public class Prototype extends Object implements Template
Prototype()
Prototype(List<Template> templates)
void
add(int index, Template template)
add(Template template)
Template
get(int index)
Iterator<Template>
iterator()
boolean
matches(Template template)
int
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Prototype()
public Prototype(List<Template> templates)
public boolean matches(Template template)
matches
public void add(Template template)
public void add(int index, Template template)
public Iterator<Template> iterator()
public Template get(int index)
public int size()
Copyright © 2018–2020 InAccel. All rights reserved.