Class Delaunator.Pair<T,​U>

  • Enclosing class:
    Delaunator

    class Delaunator.Pair<T,​U>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      T first  
      U second  
    • Constructor Summary

      Constructors 
      Constructor Description
      Pair​(T t, U u)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getFirst()  
      U getSecond()  
      • Methods inherited from class java.lang.Object

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

      • first

        public T first
      • second

        public U second
    • Constructor Detail

      • Pair

        public Pair​(T t,
                    U u)
    • Method Detail

      • getFirst

        public T getFirst()
      • getSecond

        public U getSecond()