1 #ifndef LINKEDLIST_HPP_INCLUDED
2 #define LINKEDLIST_HPP_INCLUDED
4 #include "../JavaClass/Object.hpp"
5 #include "../JavaClass/Class.hpp"
LinkedList & operator=(const LinkedList &Obj)=default
LinkedList(const void *Obj)
LinkedList(LinkedList &&Obj)=default
LinkedList(const LinkedList &Obj)=default
LinkedList & operator=(LinkedList &&Obj)=default