Search:

Type: Posts; User: rbk

Search: Search took 0.07 seconds.

  1. Re: Static class that reads from file -> performance issues?

    Already working on it ;), thanks anyway
  2. Re: Static class that reads from file -> performance issues?

    Hey, Thanks for your reply!

    My Parameter class would simply look like something like this:


    public final class Parameters {

    public static final TIMESTEPS;

    static {
  3. Static class that reads from file -> performance issues?

    Hey there!

    I wrote a static Parameters class for my project so all objects in the project would have easy access to the parameters. This worked fine until now, because I want to experiment with...
Results 1 to 3 of 3