Im fairly new to java and im an optimize freak. Say i have objects that each have its x,y, speed x, speed y, color, etc. Would it be faster to access those variables by setting them as public or making functions to return each specific variables? Or if you have a better suggestion to how to store lots of variables, tell me!

