public class InUseMany extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
USEDBY_URI |
| Constructor and Description |
|---|
InUseMany(Collection<String> uris,
boolean nearest,
Class<? extends Obj>... type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Set<String> |
getTypes() |
Collection<String> |
getUris() |
int |
hashCode() |
boolean |
isNearest() |
String |
toString() |
public static final String USEDBY_URI
@SafeVarargs public InUseMany(Collection<String> uris, boolean nearest, Class<? extends Obj>... type)
public Collection<String> getUris()
public boolean isNearest()
Copyright © 2019. All rights reserved.