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

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • com.github.akurilov.commons.io.collection.ArrayInput<T> (implements com.github.akurilov.commons.io.Input<I>)
    • com.github.akurilov.commons.io.collection.ArrayOutput<T> (implements com.github.akurilov.commons.io.Output<I>)
    • com.github.akurilov.commons.io.collection.LimitedQueueBuffer<T> (implements com.github.akurilov.commons.io.collection.IoBuffer<T>)
    • com.github.akurilov.commons.io.collection.ListInput<T> (implements com.github.akurilov.commons.io.Input<I>)
    • com.github.akurilov.commons.io.collection.ListOutput<T> (implements com.github.akurilov.commons.io.Output<I>)

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>)