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

org.netbeans.lib.editor.util (Editor Utilities) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.util/1 1.17

Package org.netbeans.lib.editor.util

Class Summary
AbstractCharSequence Abstract implementation of character sequence with String-like implementation of hashCode() and equals().
AbstractCharSequence.StringLike Subclass providing string-like implementation of hashCode() and equals() method accepting strings with the same content like charsequence has.
ArrayUtilities Utility methods related to arrays.
CharSequenceUtilities Utility methods related to character sequences.
CharSubSequence Subsequence of the given character sequence.
CharSubSequence.StringLike Subclass providing string-like implementation of hashCode() and equals() method accepting strings with the same content like charsequence has.
CompactMap<K,V> Map implementation that allows to define the class that implements the Map.Entry.
CompactMap.DefaultMapEntry<K,V> Default implementation of the map entry similar to e.g.
CompactMap.MapEntry<K,V> Abstract implementation of the map entry.
FlyOffsetGapList<E> A variant of OffsetGapList additionally supporting flyweight (non-modifiable) elements.
GapList<E> List implementation that stores items in an array with a gap.
ListenerList<T extends EventListener> Listener list storing listeners of a single type.
OffsetGapList<E> Extension of the gap list which is expected to store elements that have an integer offset stored in them.
PriorityListenerList<T extends EventListener> Listener list that layers the maintained listeners according to the given priority index.
PriorityMutex Mutex that allows only one thread to proceed other threads must wait until that one finishes.
 


org.netbeans.modules.editor.util/1 1.17

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