Correct spelling.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2017 / 04 / 19.mkd
blob016f4e913ca6c5fbc65eba9a8612d1432b60c6f8
1 # 2017/04/19
3 ## 11:17
5 Ok so basically what I need for the register sets are integer and floating
6 point ones. They normally are combined, which can be troublesome in some
7 cases.
9 ## 11:19
11 Also, I believe `RegisterList` should be returned instead of `Set` I suppose.
12 Also, it would be an error for `RegisterList` to contain copies of the same
13 register. So I suppose what I should do is have a comparable for it. Then each
14 register specified would be truly unique. It does not make sense at all for
15 `RegisterList` to contain multiple copies of the same register. However, the
16 order would still be significant.
18 ## 16:23
20 Well, `AbstractCollection` has undefined `equals` and `hashCode`.