Closed GoogleCodeExporter closed 9 years ago
i forget to say the transformation of your different dependencies :
vegas.data.List => system.data.List
vegas.data.Map => system.data.Map
vegas.data.Set => system.data.Set
vegas.data.iterator.Iterator => system.data.Iterator
vegas.data.collection.ArrayList => system.data.collections.ArrayList
vegas.data.map.HashMap => system.data.maps.HashMap
vegas.data.sets.HashSet => system.data.sets.HashSet
vegas.data.stack.SimpleStack => system.data.stacks.ArrayStack
In the Collection interface the "insert" method with the name "add" (all
insertAll,
insertAt, etc... method change in addAll, addAt, etc.)
You can find HashSet, HashMap, etc. class (based with the Dictionnary class)
but too
the ArrayMap, ArraySet, etc... based on the Array class to keep the order of
the
elements
For the moment ClassUtil and ObjectUtil are in vegas.util, i don't move it.
EKA+ :)
Original comment by ekamel...@gmail.com
on 7 Dec 2008 at 10:49
Hi,
thanks for this info.
I'll take a look at Maashaack.
Cheers,
Tomislav
Original comment by tpokraj...@gmail.com
on 12 Dec 2008 at 3:12
Removed dependencies from obsolete VEGAS library and replaced by Maashaack
classes
(List, Map, Set, Iterator, ArrayList, HashMap, HashSet, ArrayStack).
ObjectUtil and ClassUtil not in use anymore.
Original comment by tpokraj...@gmail.com
on 20 Sep 2009 at 4:50
Original issue reported on code.google.com by
ekamel...@gmail.com
on 7 Dec 2008 at 10:43