Protege-2000 1.7

edu.stanford.smi.protege.util
Interface ExtendedList

All Superinterfaces:
Collection, List
All Known Implementing Classes:
ExtendedArrayList, HashList

public interface ExtendedList
extends List

Description of the Interface

Author:
Ray Fergerson

Method Summary
 List getUnmodifiableList()
           
 void replace(Object from, Object to)
           
 
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

getUnmodifiableList

public List getUnmodifiableList()

replace

public void replace(Object from,
                    Object to)

Protege-2000 1.7

Submit a bug report or feature request
Protege-2000 is a trademark of Stanford University.
Copyright (c) 1998-2002 Stanford University.