Uses of Interface
cdc.issues.locations.LocatedItem
-
Packages that use LocatedItem Package Description cdc.issues cdc.issues.locations -
-
Uses of LocatedItem in cdc.issues
Methods in cdc.issues with parameters of type LocatedItem Modifier and Type Method Description BIssue.Builder. location(LocatedItem item)Sets the issue location. -
Uses of LocatedItem in cdc.issues.locations
Classes in cdc.issues.locations that implement LocatedItem Modifier and Type Class Description classLocatedObject<O>(Object, Location) pair.Methods in cdc.issues.locations with type parameters of type LocatedItem Modifier and Type Method Description static <O extends LocatedItem>
List<LocatedObject<? extends O>>LocatedObject. locate(List<? extends O> list)static <O extends LocatedItem>
LocatedObject<O>LocatedObject. of(O object)
-