Package 

Class TupleExtensions

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Point2D toPoint2D(Pair<Double, Double> $self) 将浮点类型的二元素元组转化为二维点。
      final static Point3D toPoint3D(Triple<Double, Double, Double> $self) 将浮点类型的三元素元组转化为三维点。
      final static Rectangle2D toRectangle2D(Tuple4<Double, Double, Double, Double> $self) 将浮点类型的四元素元组转化为二维矩形。
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait