Class Streams.TemporaryPair<A,​B>

  • Enclosing class:
    Streams

    private static class Streams.TemporaryPair<A,​B>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) A a  
      (package private) B b  
    • Constructor Summary

      Constructors 
      Constructor Description
      TemporaryPair​(A a, B b)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • a

        final A a
      • b

        final B b
    • Constructor Detail

      • TemporaryPair

        TemporaryPair​(A a,
                      B b)