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

Uses of Class org.netbeans.lib.editor.util.CompactMap.MapEntry (Editor Utilities) - NetBeans API Javadoc (Current Development Version)

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

Uses of Class
org.netbeans.lib.editor.util.CompactMap.MapEntry

Packages that use CompactMap.MapEntry
org.netbeans.lib.editor.util   
 

Uses of CompactMap.MapEntry in org.netbeans.lib.editor.util
 

Subclasses of CompactMap.MapEntry in org.netbeans.lib.editor.util
static class CompactMap.DefaultMapEntry<K,V>
          Default implementation of the map entry similar to e.g.
 

Methods in org.netbeans.lib.editor.util that return CompactMap.MapEntry
 CompactMap.MapEntry<K,V> CompactMap.getFirstEntry(int hashCode)
          Get an entry from a bucket that corresponds to the given hash code.
 CompactMap.MapEntry<K,V> CompactMap.MapEntry.nextMapEntry()
          Get next map entry linked to this one.
 CompactMap.MapEntry<K,V> CompactMap.putEntry(CompactMap.MapEntry<K,V> entry)
          Put the given entry into the map.
 CompactMap.MapEntry<K,V> CompactMap.removeEntry(CompactMap.MapEntry<K,V> entry)
          Remove the given entry from the map.
 

Methods in org.netbeans.lib.editor.util with parameters of type CompactMap.MapEntry
 CompactMap.MapEntry<K,V> CompactMap.putEntry(CompactMap.MapEntry<K,V> entry)
          Put the given entry into the map.
 CompactMap.MapEntry<K,V> CompactMap.removeEntry(CompactMap.MapEntry<K,V> entry)
          Remove the given entry from the map.
 


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

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