repo.or.cz
/
SquirrelJME.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct spelling.
[SquirrelJME.git]
/
assets
/
developer-notes
/
stephanie-gawroriski
/
2016
/
04
/
28.mkd
blob
24c05b2951f77d2533f52e5557faee3812a51fc7
1
# 2016/04/28
2
3
## 09:53
4
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.
8