Commit Graph

32 Commits

Author SHA1 Message Date
Ben Fry
76eeaccedc normalize the behavior of remove() in the Dict classes 2019-01-20 09:52:29 -08:00
Ben Fry
15e67c206e add save() methods and implement write() consistently in the List and Dict classes 2018-04-24 18:25:35 -04:00
Ben Fry
36607cf2d2 change Sort to use int for comparisons for accuracy, add DoubleDict and DoubleList 2018-04-24 17:48:25 -04:00
Ben Fry
09de1fad83 fix entries() Iterator in IntDict, FloatDict, StringDict 2017-10-11 16:25:16 -04:00
Ben Fry
2dde225eae erase unnecessary types 2017-10-10 21:00:32 -04:00
Ben Fry
65b138de31 added resize() to IntDict, FloatDict, StringDict 2017-10-10 20:57:27 -04:00
Ben Fry
2327009d88 add setIndex() method 2017-10-10 20:34:40 -04:00
Ben Fry
c90176cf8a fixing up StringDict(TableRow) and Table.trim() now removes extra rows and columns 2017-01-31 04:55:03 -05:00
Ben Fry
6f2297681c add StringDict constructor, another double quote case 2017-01-30 18:50:16 -05:00
Ben Fry
09950036c0 add suport for iterating over dictionary entries, cleaning up todo list 2016-11-14 21:27:21 -05:00
Ben Fry
67e9d13148 clean up toString() and implement toJSON() consistently 2016-10-30 16:12:40 -04:00
inkwellsiesta
2bb3582195 fixed iterator remove() methods so they dont skip container elements 2016-06-01 16:14:46 -04:00
Ben Fry
9c5579b233 several fixes, cleanups, and speed improvements to dictionary classes 2016-04-11 17:03:59 -04:00
Ben Fry
125cf5b943 add new String/Int/FloatDict constructors for easier initialization 2015-04-30 13:51:09 -04:00
Ben Fry
ebc4162709 better parameter name 2014-11-24 15:38:21 -05:00
Ben Fry
920a0e0e94 fix how missing values are handled in dictionaries 2014-11-07 09:30:25 -05:00
Federico Bond
80f64013a4 Optimize creation of boxed primitives 2014-08-26 19:40:19 -03:00
Ben Fry
2943469482 add print method to the Dict and List classes 2014-07-30 21:22:10 -04:00
Ben Fry
40170baa91 fix for indices not set properly with StringDict(Reader) 2014-01-26 17:29:38 -05:00
Ben Fry
da0b526f68 making swap public 2013-09-13 02:19:56 -04:00
REAS
a636728bb5 Removing advanced constructors from new Data reference 2013-06-03 10:00:04 -07:00
Ben Fry
476318fd76 adding AIOOBE to removeIndex() in Dict classes 2013-06-03 12:01:42 -04:00
Ben Fry
5e5c88e4c3 more fixes for the data classes 2013-06-03 10:19:31 -04:00
Daniel Shiffman
9b63656894 making Dict classes related for reference @alignedleft did I do this correctly? 2013-05-31 15:33:41 -04:00
REAS
1600657e02 Updates to Int/Float/StringDict for reference 2013-05-26 23:41:55 -07:00
REAS
59e39a9b18 Changes to Dict and List classes for reference 2013-05-19 23:50:35 -07:00
REAS
eb326b7125 Modifications to Data classes for Reference entries 2013-05-18 22:01:26 -07:00
Ben Fry
cc2ef1a10e todo notes and fix for copy() method in Dict classes 2013-05-14 11:07:17 -04:00
Ben Fry
f8d25375cc bug fixing on Dict and List classes, add Iterable constructor 2013-05-01 14:54:54 -04:00
Ben Fry
59b9cd573a fixing sort() methods so they are actually, you know, accurate... also ironing out Table bits 2013-04-29 09:45:30 -04:00
Ben Fry
3ab855e69a add hasKey() methods 2013-04-28 15:13:51 -04:00
Ben Fry
2daa6269b2 rename to use Dict instead of Hash, remove HTML and ODS tables 2013-04-28 15:11:07 -04:00