@Immutable public interface Users extends Iterable<User>
User
get(com.jcabi.urn.URN name)
Stand
stand(String name)
iterator
@NotNull(message="user is never NULL") User get(@NotNull(message="name can\'t be NULL") com.jcabi.urn.URN name)
name
@NotNull(message="stand is never NULL") Stand stand(@NotNull(message="stand name can\'t be NULL") String name)
Copyright © 2009–2013 Rultor Inc.. All rights reserved.