| Constructor and Description |
|---|
Groups() |
| Modifier and Type | Method and Description |
|---|---|
static Set<GroupOf<?>> |
all() |
static <T extends Manageable> |
find(Class<? extends T> itemType) |
static <T extends Manageable> |
find(Class<T> itemType,
String name) |
static <T extends Manageable> |
find(String itemType) |
static <T extends Manageable> |
findMember(Class<? extends T> itemType,
String id) |
static Manageable |
findMember(String itemType,
String id) |
static void |
reset() |
public static <T extends Manageable> GroupOf<T> find(Class<T> itemType, String name)
public static <T extends Manageable> List<GroupOf<T>> find(Class<? extends T> itemType)
public static <T extends Manageable> List<GroupOf<T>> find(String itemType)
public static <T extends Manageable> T findMember(Class<? extends T> itemType, String id)
public static Manageable findMember(String itemType, String id)
public static void reset()
Copyright © 2014–2017 Nikolche Mihajlovski and contributors. All rights reserved.