|
Re: Team 111 Wildstang 2013 Robot Code (Java)
Quote:
Originally Posted by joelg236
There is an unsynchronized List class in edu.wpi.first.wpilibj.networktables2.util.List.
|
Just thought you guys might find this handy. I made a library of List implementations for ArrayList, SortedArrayList and SafeArrayList. Hopefully you might be able to find a use for them.
https://github.com/Team4334/atalibj
ArrayList - https://github.com/Team4334/atalibj/...ArrayList.java
Shameless plug - Way better enums - https://github.com/Team4334/atalibj/...util/Enum.java
__________________
All opinions are my own.
|