Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
thetaIndex
phiBins
binValues

Interfaces and Implementations

Java makes a distinction between interfaces, which have no method bodies, and implementations.

In general, the interface should have the "natural" name. For instance, an interface could be
called Identifier, while the implementation should have a suffix such as Basic, Base or
Impl. Even better is to separate the implementations into a subpackage such as org.lcsim.ids.impl.