net.jini.jeri.ssl
Class SslEndpointImpl.CopyOnRemoveList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList
net.jini.jeri.ssl.SslEndpointImpl.CopyOnRemoveList
- All Implemented Interfaces:
- Iterable, Collection, List
- Enclosing class:
- SslEndpointImpl
private static final class SslEndpointImpl.CopyOnRemoveList
- extends AbstractList
A List that supports removing items by making a copy of the underlying
list.
Methods inherited from class java.util.AbstractList |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, set, subList |
list
private List list
modified
private boolean modified
SslEndpointImpl.CopyOnRemoveList
SslEndpointImpl.CopyOnRemoveList(List list)
get
public Object get(int index)
- Specified by:
get
in interface List
- Specified by:
get
in class AbstractList
size
public int size()
- Specified by:
size
in interface Collection
- Specified by:
size
in interface List
- Specified by:
size
in class AbstractCollection
remove
public Object remove(int index)
- Specified by:
remove
in interface List
- Overrides:
remove
in class AbstractList
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.