Ejemplo n.º 1
0
  @SuppressWarnings("unused")
  private RowsStore(final MatrixStore<N> aBase) {

    this(aBase, null);

    ProgrammingError.throwForIllegalInvocation();
  }
Ejemplo n.º 2
0
  @SuppressWarnings("unused")
  private ContextLabel(final String someText, final int someHorizontalAlignment) {

    super(someText, someHorizontalAlignment);

    myContext = null;

    ProgrammingError.throwForIllegalInvocation();
  }
Ejemplo n.º 3
0
  @SuppressWarnings("unused")
  private ContextLabel(final Icon someImage) {

    super(someImage);

    myContext = null;

    ProgrammingError.throwForIllegalInvocation();
  }
Ejemplo n.º 4
0
  private BigAggregator() {

    super();

    ProgrammingError.throwForIllegalInvocation();
  }