Stack is a pre Java 1.2 class that is slower than ArrayList as it incurs additional synchronization overhead. - replace Stack with ArrayList where it's not public API Issue: BATCH-2408
Stack is a pre Java 1.2 class that is slower than ArrayList as it incurs additional synchronization overhead. - replace Stack with ArrayList where it's not public API Issue: BATCH-2408