| Modifier | Constructor and Description |
|---|---|
private |
LastHead()
Don't call this constructor, use
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Head> |
getNextHeads(char c)
Get the character which decides which heads are returned
|
static final Head INSTANCE
private LastHead()
INSTANCEpublic java.util.List<Head> getNextHeads(char c)
getNextHeads in interface Headc - the character which decides which heads are returned.