Package fr.inria.opengve.tools.dataStructures

This package contains all external data structures used in mascoptLib.

See:
          Description

Class Summary
BinaryTree<E,V extends Comparable<V>> Basic implementation of binary tree.
FibonacciHeap<E,V extends Comparable<V>> The Fibonacci Heap.
Fifo<E> This class implement the concept of FIFO.
Pair<K,V> Can store two objects in a Pair.
Stack<E> This class implement the concept of stack.
 

Package fr.inria.opengve.tools.dataStructures Description

This package contains all external data structures used in mascoptLib.



Copyright © 2009 INRIA (Projet Mascotte). All Rights Reserved.