@Beta public final class UserStores extends AbstractImmutableEntityList<UserStore>
list
Modifier and Type | Method and Description |
---|---|
static UserStores |
empty() |
static UserStores |
from(Iterable<? extends UserStore> userStores) |
static UserStores |
from(UserStore... userStores) |
UserStoreKeys |
getKeys() |
UserStore |
getUserStore(UserStoreKey UserStoreKey) |
String |
toString() |
contains, equals, first, get, getList, getSize, hashCode, isEmpty, isNotEmpty, iterator, last, stream
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public UserStoreKeys getKeys()
public UserStore getUserStore(UserStoreKey UserStoreKey)
public String toString()
toString
in class AbstractImmutableEntityList<UserStore>
public static UserStores empty()
public static UserStores from(UserStore... userStores)
public static UserStores from(Iterable<? extends UserStore> userStores)