Package | Description |
---|---|
ball.game.crossword |
Classes for creating, analyzing, and solving crossword puzzles.
|
ball.util |
See
java.util . |
Modifier and Type | Method and Description |
---|---|
void |
Puzzle.setSolution(Coordinate coordinate,
Character character)
Method to set the solution in a
Puzzle . |
Modifier and Type | Method and Description |
---|---|
Coordinate |
CoordinateMap.firstKey() |
Coordinate |
CoordinateMap.getMax() |
Coordinate |
CoordinateMap.getMin() |
Coordinate |
CoordinateMap.lastKey() |
Coordinate |
Coordinate.translate(Coordinate ds)
|
Coordinate |
Coordinate.translate(Number dy,
Number dx)
|
Modifier and Type | Method and Description |
---|---|
Comparator<? super Coordinate> |
CoordinateMap.comparator() |
protected SortedMap<Coordinate,V> |
CoordinateMap.map() |
static SortedSet<Coordinate> |
Coordinate.range(Coordinate min,
Coordinate max)
Static method to return a
SortedSet of Coordinate s
specified by the parameters. |
static SortedSet<Coordinate> |
Coordinate.range(int y0,
int x0,
int yN,
int xN)
Static method to return a
SortedSet of Coordinate s
specified by the parameters. |
Modifier and Type | Method and Description |
---|---|
int |
Coordinate.compareTo(Coordinate that) |
CoordinateMap<V> |
CoordinateMap.headMap(Coordinate key) |
boolean |
CoordinateMap.includes(Coordinate coordinate)
|
V |
CoordinateMap.put(Coordinate key,
V value) |
static SortedSet<Coordinate> |
Coordinate.range(Coordinate min,
Coordinate max)
Static method to return a
SortedSet of Coordinate s
specified by the parameters. |
CoordinateMap<V> |
CoordinateMap.subMap(Coordinate from,
Coordinate to) |
CoordinateMap<V> |
CoordinateMap.tailMap(Coordinate key) |
Coordinate |
Coordinate.translate(Coordinate ds)
|
boolean |
Coordinate.within(Coordinate min,
Coordinate max)
|
Copyright © 2015–2020 Allen D. Ball. All rights reserved.