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

5
LINES

< > BotCompany Repo | #1005182 // class Collector

JavaX fragment (include)

static abstract class Collector<A> {
  abstract bool add(A a); // return true if full after this
  bool full() { ret false; }
  bool contains(A a) { ret false; }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1005182
Snippet name: class Collector
Eternal ID of this version: #1005182/1
Text MD5: 783444bcccdb725f509e36d74bc872b9
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-11-20 19:11:54
Source code size: 167 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 601 / 1413
Referenced in: #1034167 - Standard Classes + Interfaces (LIVE, continuation of #1003674)