public interface Consumer<T>
abstract void
accept(T t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void accept(T t)