Thanks a lot
I looked for fifo structures and found the Java.util.queue. That should do what i need, though i‘ll still check the source code of there aren‘t any parts where the whole array gets used in any way (not that it is just a normal array that iterates over every Element and puts them one forward. Cause my array will get way to Long for that^^). But it Sounds like what i need.
1 Like