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

6
LINES

< > BotCompany Repo | #1034852 // IMultiMap - interface to MultiMap / MultiSetMap

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

Transpiled version (5243L) is out of date.

1  
interface IMultiMap<A, B> {
2  
  public Set<A> keySet();
3  
  public Cl<B> get(A a);
4  
  public int size();
5  
  public int keyCount();
6  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034852
Snippet name: IMultiMap - interface to MultiMap / MultiSetMap
Eternal ID of this version: #1034852/3
Text MD5: 205e4da88dee8d6b8165ff6e9d3a8db3
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-03-11 06:14:44
Source code size: 131 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 155 / 243
Version history: 2 change(s)
Referenced in: [show references]