com.kuka.parameters
Interface IParameterList<T extends IParameter>

Type Parameters:
T - type of the parameters in the list.
All Superinterfaces:
Collection<T>, IParameter, Iterable<T>, List<T>

public interface IParameterList<T extends IParameter>
extends IParameter, List<T>

Represents a list of parameters of the same type.


Method Summary
 IParameterList<T> copy()
          Creates a deep copy of the list.
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

copy

IParameterList<T> copy()
Creates a deep copy of the list.

Specified by:
copy in interface IParameter
Returns:
new parameter list instance containing the deep copy of this list.


Copyright © 2019. All rights reserved.