@@ -172,90 +172,6 @@ public static StringBuilder insert(
172172 return CProver .nondetWithoutNullForNotModelled ();
173173 }
174174
175- /**
176- * Inserts the string representation of the {@code boolean}
177- * argument into this sequence.
178- *
179- * @param instance the StringBuilder instance
180- * @param offset the offset.
181- * @param b a {@code boolean}.
182- * @return the modified StringBuilder.
183- */
184- public static StringBuilder insert (
185- StringBuilder instance , int offset , boolean b ) {
186- return CProver .nondetWithoutNullForNotModelled ();
187- }
188-
189- /**
190- * Inserts the string representation of the {@code char}
191- * argument into this sequence.
192- *
193- * @param instance the StringBuilder instance
194- * @param offset the offset.
195- * @param c a {@code char}.
196- * @return the modified StringBuilder.
197- */
198- public static StringBuilder insert (
199- StringBuilder instance , int offset , char c ) {
200- return CProver .nondetWithoutNullForNotModelled ();
201- }
202-
203- /**
204- * Inserts the string representation of the {@code int}
205- * argument into this sequence.
206- *
207- * @param instance the StringBuilder instance
208- * @param offset the offset.
209- * @param i a {@code int}.
210- * @return the modified StringBuilder.
211- */
212- public static StringBuilder insert (
213- StringBuilder instance , int offset , int i ) {
214- return CProver .nondetWithoutNullForNotModelled ();
215- }
216-
217- /**
218- * Inserts the string representation of the {@code long}
219- * argument into this sequence.
220- *
221- * @param instance the StringBuilder instance
222- * @param offset the offset.
223- * @param l a {@code long}.
224- * @return the modified StringBuilder.
225- */
226- public static StringBuilder insert (
227- StringBuilder instance , int offset , long l ) {
228- return CProver .nondetWithoutNullForNotModelled ();
229- }
230-
231- /**
232- * Inserts the string representation of the {@code float}
233- * argument into this sequence.
234- *
235- * @param instance the StringBuilder instance
236- * @param offset the offset.
237- * @param f a {@code float}.
238- * @return the modified StringBuilder.
239- */
240- public static StringBuilder insert (
241- StringBuilder instance , int offset , float f ) {
242- return CProver .nondetWithoutNullForNotModelled ();
243- }
244-
245- /**
246- * Inserts the string representation of the {@code double}
247- * argument into this sequence.
248- *
249- * @param instance the StringBuilder instance
250- * @param offset the offset.
251- * @param d a {@code double}.
252- * @return the modified StringBuilder.
253- */
254- public static StringBuilder insert (
255- StringBuilder instance , int offset , double d ) {
256- return CProver .nondetWithoutNullForNotModelled ();
257- }
258-
259175 /**
260176 * Sets the length of the character sequence.
261177 *
0 commit comments