Class HStack.Node<T>

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    HStack<T>

    private static final class HStack.Node<T>
    extends java.lang.Object
    implements java.io.Serializable
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Node​(HStack.Node<T> previous, T object)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • object

        private final T object