Package com.vladsch.plugin.util
Interface Bag<T>
-
- All Known Subinterfaces:
MappingBag<E,T>
public interface Bag<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intadd(T element)voidaddAll(java.util.Collection<T> elements)voidclear()intcount(T... elements)intget(T element)booleanremove(T element)voidremoveAll(java.util.Collection<T> elements)intsize()
-