Answer the question
In order to leave comments, you need to log in
How to remove one variable from an array every 5 minutes?
Hello!
There is an array that contains more than 1000 variables (on the google maps map) ..... and each time it only becomes more.
It took them to be removed gradually, once every 5 minutes.
What is the best way to do this so that the flow does not slow down?
ArrayList<String> blabla = new ArrayList<>(names.size())
blabla.add(asdf.keySet());
for(String str : blabla.size())
{
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question