Class Folder.End<E>

java.lang.Object
net.hydromatic.morel.util.Folder<E>
net.hydromatic.morel.util.Folder.End<E>
Type Parameters:
E - element type
Enclosing class:
Folder<E>

private static class Folder.End<E> extends Folder<E>
Sub-class of Folder that marks the end of a list.
  • Constructor Details

    • End

      End(E e)
  • Method Details