program
Class CollectionsMod

java.lang.Object
  extended by program.CollectionsMod

public class CollectionsMod
extends java.lang.Object

A class that provides a slight modification of the java.util.Collections indexOfSubList-function that uses a given plugin-object.

Author:
Hannes
See Also:
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

CollectionsMod

public CollectionsMod(IArcPlugin plugin)
Creates a new instance, using

Parameters:
plugin -
Method Detail

indexOfSubList

public int indexOfSubList(java.util.List source,
                          java.util.List target)
Returns the first position of sublist target in list source.

Parameters:
source - the sublist (a part of target)
target - the list