public class IngredientSet<V>
extends java.util.AbstractSet<V>
Modifier and Type | Method and Description |
---|---|
boolean |
add(V v) |
void |
clear() |
boolean |
contains(java.lang.Object o) |
static <V> IngredientSet<V> |
create(mezz.jei.api.ingredients.IIngredientHelper<V> ingredientHelper) |
V |
getByUid(java.lang.String uid) |
java.util.Iterator<V> |
iterator() |
boolean |
remove(java.lang.Object o) |
boolean |
removeAll(java.util.Collection<?> c) |
int |
size() |
addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static <V> IngredientSet<V> create(mezz.jei.api.ingredients.IIngredientHelper<V> ingredientHelper)
public boolean add(V v)
public boolean remove(java.lang.Object o)
public boolean removeAll(java.util.Collection<?> c)
public boolean contains(java.lang.Object o)
@Nullable public V getByUid(java.lang.String uid)
public void clear()
public java.util.Iterator<V> iterator()