Registry / utility / collections-generic

collections-generic

JSON →
library4.01javamavenunverified

Provides generic collection classes for Java, extending the standard Java Collections Framework.

<dependency> <groupId>net.sourceforge.collections</groupId> <artifactId>collections-generic</artifactId> <version>4.01</version> </dependency>
INSTALL
IMPORT
SIG · COLLECTIONS-GENERI
C
collections-generic
utilityjavav4.01
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ArrayStack
net.sourceforge.collections.generic.ArrayStack

Shows basic usage of a generic ArrayStack.

import net.sourceforge.collections.generic.ArrayStack; public class Example { public static void main(String[] args) { ArrayStack<String> stack = new ArrayStack<>(); stack.push("item"); System.out.println(stack.pop()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.01latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
collections-generic — mvn dependency:get collections-generic · libregistry