THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
Code Block | ||||
---|---|---|---|---|
| ||||
public interfaceabstract class Fragment { public final String getKind() { .. } public final URI getUri() { .. } public final String getInputSourceId() { .. } public final T getStartKey() { .. } public final T getEndKey() { .. } public final long getLength() { .. } public final ImmutableList<String> getHostNames() { .. } } |
...