LimeWire Collection Component API

org.limewire.collection
Interface RandomAccessCollection<E>

All Superinterfaces:
Collection<E>, Iterable<E>, RandomAccess
All Known Implementing Classes:
FixedSizeArrayHashSet, RandomOrderHashSet

public interface RandomAccessCollection<E>
extends RandomAccess, Collection<E>

A collection that can retrieve items at specific indexes.


Method Summary
 E get(int i)
          Retrieves the element at index i.
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

get

E get(int i)
Retrieves the element at index i.


LimeWire Collection Component API

Copyright © 2009 Lime Wire LLC. All Rights Reserved.