A C D E G H I L M N O P R S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
L
- LinkedListStack - Class in org.hololink.collection
-
An implementation of a stack as a sequence of nodes.
- LinkedListStack() - Constructor for class org.hololink.collection.LinkedListStack
-
Constructs an empty stack.
- Location - Class in org.hololink.position
-
Une
Location
représente un emplacement sur une grille. - Location(int, int) - Constructor for class org.hololink.position.Location
-
Crée une
Location à partir d'une ligne et colonne initiale.
- Location(Location, int, int) - Constructor for class org.hololink.position.Location
-
Crée une
Location
à partir d'uneLocation
initale et d'un delta en ligne et colonne. - Location(Location, Direction) - Constructor for class org.hololink.position.Location
-
Crée une
Location
à partir d'uneLocation
initiale et uneDirection
comme delta.
All Classes All Packages