public abstract class LocatedItems<T extends ItemWithLocation>
extends java.lang.Object
| Constructor and Description |
|---|
LocatedItems() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.lang.String |
getAddLocatedItemError() |
java.util.Set<T> |
getModifiableItems(MethodLocation newItemsLocation) |
void |
mergeItemsIntoNext(MethodLocation nextLocation,
LocatedItems<T> otherLocatedItems) |
public java.util.Set<T> getModifiableItems(MethodLocation newItemsLocation)
protected abstract java.lang.String getAddLocatedItemError()
public void mergeItemsIntoNext(@Nonnull
MethodLocation nextLocation,
LocatedItems<T> otherLocatedItems)