示例#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();
  }
  private BigAggregator() {

    super();

    ProgrammingError.throwForIllegalInvocation();
  }