Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import java.util.*;
- class LightSaber {}
- class Dank {
- public static void main(String[] args) {
- Collection<LightSaber> myCollection = new LinkedList<>();
- LightSaber yourLightSaber = new LightSaber();
- myCollection.add(yourLightSaber); //will make a fine addition
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement