1 #ifndef QUEUE_HPP_INCLUDED
2 #define QUEUE_HPP_INCLUDED
4 #include "../JavaClass/Object.hpp"
5 #include "../JavaClass/Class.hpp"
Queue(const Queue &Obj)=default
Queue(Queue &&Obj)=default
Queue & operator=(Queue &&Obj)=default
Queue & operator=(const Queue &Obj)=default
CacheableNode GetHead() const