Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.util
Class ImmutableArrayList.ListView

java.lang.Object
  extended by com.oracle.common.collections.WrapperCollections.AbstractWrapperCollection
      extended by com.oracle.common.collections.WrapperCollections.AbstractWrapperList
          extended by com.tangosol.util.ImmutableArrayList.ListView

All Implemented Interfaces:
java.lang.Iterable, java.util.Collection, java.util.List
Enclosing class:
ImmutableArrayList

protected class ImmutableArrayList.ListView
extends com.oracle.common.collections.WrapperCollections.AbstractWrapperList

ListView exposes the underlying ImmutableArrayList through the List interface, maintaining correct equals() and hashCode() semantics


Constructor Summary
protected ImmutableArrayList.ListView()
          Create a ListView over this ImmutableArrayList.

 

Method Summary
 boolean equals(java.lang.Object o)
          
 int hashCode()
          
 java.lang.String toString()
          

 

Methods inherited from class com.oracle.common.collections.WrapperCollections.AbstractWrapperList
add, addAll, get, getDelegate, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList

 

Methods inherited from class com.oracle.common.collections.WrapperCollections.AbstractWrapperCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray

 

Methods inherited from interface java.util.List
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray

 

Constructor Detail

ImmutableArrayList.ListView

protected ImmutableArrayList.ListView()
Create a ListView over this ImmutableArrayList.

Method Detail

equals

public boolean equals(java.lang.Object o)
Specified by:
equals in interface java.util.Collection
Specified by:
equals in interface java.util.List
Overrides:
equals in class com.oracle.common.collections.WrapperCollections.AbstractWrapperCollection

hashCode

public int hashCode()
Specified by:
hashCode in interface java.util.Collection
Specified by:
hashCode in interface java.util.List
Overrides:
hashCode in class com.oracle.common.collections.WrapperCollections.AbstractWrapperCollection

toString

public java.lang.String toString()
Overrides:
toString in class com.oracle.common.collections.WrapperCollections.AbstractWrapperCollection

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.