Пример #1
0
  @SuppressWarnings("unused")
  private RowsStore(final MatrixStore<N> aBase) {

    this(aBase, null);

    ProgrammingError.throwForIllegalInvocation();
  }
Пример #2
0
  @SuppressWarnings("unused")
  private ContextLabel(final String someText, final int someHorizontalAlignment) {

    super(someText, someHorizontalAlignment);

    myContext = null;

    ProgrammingError.throwForIllegalInvocation();
  }
Пример #3
0
  @SuppressWarnings("unused")
  private ContextLabel(final Icon someImage) {

    super(someImage);

    myContext = null;

    ProgrammingError.throwForIllegalInvocation();
  }
Пример #4
0
  private BigAggregator() {

    super();

    ProgrammingError.throwForIllegalInvocation();
  }