@SuppressWarnings("unused") private RowsStore(final MatrixStore<N> aBase) { this(aBase, null); ProgrammingError.throwForIllegalInvocation(); }
@SuppressWarnings("unused") private ContextLabel(final String someText, final int someHorizontalAlignment) { super(someText, someHorizontalAlignment); myContext = null; ProgrammingError.throwForIllegalInvocation(); }
@SuppressWarnings("unused") private ContextLabel(final Icon someImage) { super(someImage); myContext = null; ProgrammingError.throwForIllegalInvocation(); }
private BigAggregator() { super(); ProgrammingError.throwForIllegalInvocation(); }