Search:

Type: Posts; User: dlorde

Search: Search took 0.09 seconds.

  1. Re: Calling a nested class from a different java source file?

    True in general, but there are situations (e.g. anonymous Iterators, factory classes, etc.), where it just makes more sense to use an inner class that returns an interface implementation. That way,...
  2. Re: Calling a nested class from a different java source file?

    Yup - the access specifiers (public, protected, private) work the same as for variables, but the OuterClass.InnerClass syntax is a bit messy - which is, perhaps, a hint that it's not expected to be a...
Results 1 to 2 of 2