- Fixed prominent bugs in ShiftingList - Fixed shifting of data in the internal array - Fixed retainAll() - Fixed add(int, collection) - Fixed much more - Changed name of enqueue() method in WorkerThread to push() - Moved Enum reflection code to SafeReflection class - Moved class instantiation (bypass construction) code to SafeReflection and optimized code - Moved EnumDefinition class into SafeReflection as a static class
This file is part of Async. libGTools is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. libGTools is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with libGTools. If not, see <http://www.gnu.org/licenses/>. For further questions regarding your rights to libGTools, please contact Gabriel Tofvesson either by email at gabriel.tofvesson@gmail.com or by mail at Bo Bergmans gata 9, 115 50, Stockholm, Sweden Contacting these addresses under false pretences and/or with malicious intent (for example sending more than two messages without response from the recipient) is not permissible.
Description
Languages
Java
100%