Documentation of 'org.jzy3d.maths.algorithms.convexhull.utils.Node' Java class
Node
org.jzy3d.maths.algorithms.convexhull.utils

Class Node<T>



  • public class Node<T>
    extends java.lang.Object
    Solmualkio.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Node(T data, Node<T> next) 
    • Constructor Detail

      • Node

        public Node(T data,
                    Node<T> next)
    • Method Detail

      • get

        public T get()
      • next

        public Node<T> next()
      • setNext

        public void setNext(Node<T> next)
      • setData

        public void setData(T data)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.