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(java.lang.Class<V> ingredientClass,
mezz.jei.api.ingredients.IIngredientHelper<V> ingredientHelper) |
java.util.Iterator<V> |
iterator() |
boolean |
remove(java.lang.Object o) |
int |
size() |
addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static <V> IngredientSet<V> create(java.lang.Class<V> ingredientClass, mezz.jei.api.ingredients.IIngredientHelper<V> ingredientHelper)
public boolean add(V v)
public boolean remove(java.lang.Object o)
public boolean contains(java.lang.Object o)
public void clear()
public java.util.Iterator<V> iterator()