comparison dwtx/jface/viewers/CustomHashtable.d @ 104:04b47443bb01

Reworked the collection uses to make use of a wrapper collection that is compatible to the Java Collections. These new wrappers now use the tango.util.containers instead of the tango.util.collections.
author Frank Benoit <benoit@tionex.de>
date Thu, 07 Aug 2008 15:01:33 +0200
parents ea8ff534f622
children
comparison
equal deleted inserted replaced
103:2d6540440fe6 104:04b47443bb01
17 import dwtx.jface.viewers.IElementComparer; 17 import dwtx.jface.viewers.IElementComparer;
18 // import java.util.Enumeration; 18 // import java.util.Enumeration;
19 // import java.util.NoSuchElementException; 19 // import java.util.NoSuchElementException;
20 20
21 import dwt.dwthelper.utils; 21 import dwt.dwthelper.utils;
22 import dwtx.dwtxhelper.Collection;
22 import tango.core.Exception; 23 import tango.core.Exception;
23 static import tango.text.Text; 24 static import tango.text.Text;
24 alias tango.text.Text.Text!(char) StringBuffer; 25 alias tango.text.Text.Text!(char) StringBuffer;
25 26
26 /** 27 /**