Correct spelling.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2016 / 04 / 28.mkd
blob24c05b2951f77d2533f52e5557faee3812a51fc7
1 # 2016/04/28
3 ## 09:53
5 All of my `AbstractList` implementations should implement `RandomAccess`,
6 otherwise sort and such will take much longer. This means my unmodifiable list
7 will need a variant which is randomly accessible and one that is not.