Uses of Class
com.sibvisions.util.ImmutableArray

Packages that use ImmutableArray
com.sibvisions.util Contains library independent utility classes. 
 

Uses of ImmutableArray in com.sibvisions.util
 

Methods in com.sibvisions.util that return ImmutableArray
 ImmutableArray<V> ImmutableArray.add(ImmutableArray<V> pImmutableArray)
          Adds the given ImmutableArray to this ImmutableArray.
 ImmutableArray<V> ImmutableArray.add(int pIndex, ImmutableArray<V> pImmutableArray)
          Adds the given ImmutableArray to this ImmutableArray at the given index.
 ImmutableArray<V> ImmutableArray.add(int pIndex, V... pArray)
          Adds the given array to this ImmutableArray at the given index.
 ImmutableArray<V> ImmutableArray.add(V... pArray)
          Adds the given array to this ImmutableArray.
 ImmutableArray<V> ImmutableArray.remove(ImmutableArray<V> pImmutableArray)
          Removes the given ImmutableArray to this ImmutableArray.
 ImmutableArray<V> ImmutableArray.remove(int pIndex)
          Removes one element at the given index.
 ImmutableArray<V> ImmutableArray.remove(int pIndex, int pAmount)
          Removes the given amount of elements at the given index.
 ImmutableArray<V> ImmutableArray.remove(V... pArray)
          Removes the given array to this ImmutableArray.
 ImmutableArray<V> ImmutableArray.removeAll()
          Removes all elements.
 ImmutableArray<V> ImmutableArray.removeFirst()
          Removes the first element.
 ImmutableArray<V> ImmutableArray.removeFirst(int pAmount)
          Removes the given amount at the beginning.
 ImmutableArray<V> ImmutableArray.removeLast()
          Removes the last element.
 ImmutableArray<V> ImmutableArray.removeLast(int pAmount)
          Removes the given amount at the end.
 ImmutableArray<V> ImmutableArray.set(int pIndex, V pValue)
          Sets the value of a given index.
 

Methods in com.sibvisions.util with parameters of type ImmutableArray
 ImmutableArray<V> ImmutableArray.add(ImmutableArray<V> pImmutableArray)
          Adds the given ImmutableArray to this ImmutableArray.
 ImmutableArray<V> ImmutableArray.add(int pIndex, ImmutableArray<V> pImmutableArray)
          Adds the given ImmutableArray to this ImmutableArray at the given index.
 ImmutableArray<V> ImmutableArray.remove(ImmutableArray<V> pImmutableArray)
          Removes the given ImmutableArray to this ImmutableArray.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.