org.jzy3d.maths.algorithms.convexhull.utils
Class Node<T>
java.lang.Object
org.jzy3d.maths.algorithms.convexhull.utils.Node<T>
public class Node<T>
- extends Object
Solmualkio.
- Author:
- Teemu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Node
public Node(T data,
Node<T> next)
get
public T get()
next
public Node<T> next()
setNext
public void setNext(Node<T> next)
setData
public void setData(T data)
Copyright © 2013. All rights reserved.