Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1036507 // test_SynchronizedFloatBufferPresentingAsDoubles (OK)

JavaX fragment (include) [tags: use-pretranspiled]

Transpiled version (10255L) is out of date.

svoid test_SynchronizedFloatBufferPresentingAsDoubles() {
  new SynchronizedFloatBufferPresentingAsDoubles buf;
  buf.add(3);
  buf.insertAt(0, new double[] { 5 });
  assertEqualsVerbose(ll(5.0, 3.0), buf.toList());
}

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): mqqgnosmbjvj, wnsclhtenguj

No comments. add comment

Snippet ID: #1036507
Snippet name: test_SynchronizedFloatBufferPresentingAsDoubles (OK)
Eternal ID of this version: #1036507/3
Text MD5: 4636fea86daecd985a5c44ebc5679192
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2023-01-17 22:44:21
Source code size: 222 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 72 / 106
Version history: 2 change(s)
Referenced in: [show references]