Searched refs:emptyTable (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/test/java/util/Collections/
H A DEmptyIterator.java43 Hashtable<Object, Object> emptyTable = new Hashtable<Object, Object>();
44 testEmptyEnumeration(emptyTable.keys());
45 testEmptyEnumeration(emptyTable.elements());
46 testEmptyIterator(emptyTable.keySet().iterator());
47 testEmptyIterator(emptyTable.values().iterator());
48 testEmptyIterator(emptyTable.entrySet().iterator());
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXMBeanNotifications.java224 emptyTable();
261 emptyTable();
288 emptyTable();
332 emptyTable();
352 emptyTable();
384 public synchronized void emptyTable() { method in class:XMBeanNotifications
H A DXTable.java88 public void emptyTable() { method in class:XTable
H A DXMBeanAttributes.java78 emptyTable. Since there are synchronization in the JMX world it's
537 emptyTable(tableModel);
679 public synchronized void emptyTable() { method in class:XMBeanAttributes
680 emptyTable((DefaultTableModel)getModel());
684 private void emptyTable(DefaultTableModel model) { method in class:XMBeanAttributes
686 super.emptyTable();
H A DXSheet.java656 mbeanAttributes.emptyTable();
660 mbeanNotifications.emptyTable();
H A DXOpenTypeViewer.java230 protected void emptyTable() { method in class:XOpenTypeViewer.XOpenTypeData
431 emptyTable();
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DScope.java557 public static final Entry[] emptyTable = new Entry[0]; field in class:Scope.DelegatedScope
560 super(outer, outer.owner, emptyTable);
594 public static final Entry[] emptyTable = new Entry[0]; field in class:Scope.CompoundScope
600 super(null, owner, emptyTable);

Completed in 51 milliseconds