@Immutable public interface Stands extends Iterable<Stand>
Modifier and Type | Method and Description |
---|---|
boolean |
contains(String name)
Contains a stand with this name?
|
void |
create(String name)
Create empty default stand with this name (runtime exception if
it already exists).
|
Stand |
get(String name)
Get stand by name (runtime exception if it's absent).
|
void create(@NotNull(message="name can\'t be NULL") String name)
name
- The name of itboolean contains(@NotNull(message="name can\'t be NULL") String name)
name
- The name of itCopyright © 2009–2013 Rultor Inc.. All rights reserved.