Hierarchy For Package com.github.akurilov.commons.io.collection

Package Hierarchies:

Class Hierarchy

  • java.lang.Object

Interface Hierarchy

  • java.lang.AutoCloseable
    • com.github.akurilov.commons.io.Input<I> (also extends java.util.function.Supplier<T>)
      • com.github.akurilov.commons.io.collection.IoBuffer<T> (also extends com.github.akurilov.commons.io.Output<I>)
    • com.github.akurilov.commons.io.Output<I> (also extends java.util.function.Consumer<T>)
      • com.github.akurilov.commons.io.collection.IoBuffer<T> (also extends com.github.akurilov.commons.io.Input<I>)
  • java.util.function.Consumer<T>
    • com.github.akurilov.commons.io.Output<I> (also extends java.lang.AutoCloseable)
      • com.github.akurilov.commons.io.collection.IoBuffer<T> (also extends com.github.akurilov.commons.io.Input<I>)
  • java.util.function.Supplier<T>
    • com.github.akurilov.commons.io.Input<I> (also extends java.lang.AutoCloseable)
      • com.github.akurilov.commons.io.collection.IoBuffer<T> (also extends com.github.akurilov.commons.io.Output<I>)