public class Bag<T> extends Object implements Iterable<T>
Bag()
void
add(T t)
Iterator<T>
iterator()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public Bag()
public void add(T t)
public Iterator<T> iterator()
iterator
Iterable<T>
Copyright © 2020. All Rights Reserved.