|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectprogram.CollectionsMod
public class CollectionsMod
A class that provides a slight modification of the java.util.Collections indexOfSubList-function that uses a given plugin-object.
IArcPlugin| Constructor Summary | |
|---|---|
CollectionsMod(IArcPlugin plugin)
Creates a new instance, using |
|
| Method Summary | |
|---|---|
int |
indexOfSubList(java.util.List source,
java.util.List target)
Returns the first position of sublist target in list source. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CollectionsMod(IArcPlugin plugin)
plugin - | Method Detail |
|---|
public int indexOfSubList(java.util.List source,
java.util.List target)
source - the sublist (a part of target)target - the list
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||