站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 4.1.0

WeakList (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.modules.vcscore.util
Class WeakList

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byorg.netbeans.modules.vcscore.util.WeakList
All Implemented Interfaces:
Collection, List

public class WeakList
extends AbstractList

A simple list wich holds only weak references to the original objects.


Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
WeakList()
          Creates new WeakList
WeakList(Collection c)
           
 
Method Summary
 void add(int index, Object element)
           
 Object get(int index)
           
 Iterator iterator()
           
 int size()
           
 
Methods inherited from class java.util.AbstractList
add, addAll, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
 
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
 

Constructor Detail

WeakList

public WeakList()
Creates new WeakList


WeakList

public WeakList(Collection c)
Method Detail

add

public void add(int index,
                Object element)

iterator

public Iterator iterator()

size

public int size()

get

public Object get(int index)

 

Built on May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.