public interface Location extends Comparable<Location>
| Modifier and Type | Method and Description |
|---|---|
int |
getLocation()
Returns -1 if the location isn't yet fully resolved.
|
compareToint getLocation()
throws IllegalStateException
IllegalStateException - when the location is unknown and cannot
be resolved.Copyright © 2004-2015 Cojen. All Rights Reserved.