Search:

Type: Posts; User: abhay8nitt

Search: Search took 0.44 seconds.

  1. Replies
    5
    Views
    6,091

    Re: Compress Ipv6 Addresses

    I am sorry to say 'fail' , I meant that the compression is not proper for e.g.
    2001:0:000:00:1:0000:1:2-Compressed form should be 2001::1:0:2
    "2001:000:1:000:1:0:1:1 -Compressed form should be...
  2. Replies
    5
    Views
    6,091

    Re: Compress Ipv6 Addresses

    Thanks Json,
    But unfortunately the code doesn't work fine for lot of cases. I have written the code. It works fine for all cases. For example
    "2001:0:000:00:1:0000:1:2",
    "2001:000:1:000:1:0:1:1"...
  3. Replies
    5
    Views
    6,091

    Compress Ipv6 Addresses

    Hi all,

    How to compress Ipv6 addresses? Are there any existing API's in Java which offer the functionality?

    For example the compressed equivalent of the Ipv6 address...
  4. Replies
    1
    Views
    5,068

    Convert Maps of String to Map of Maps

    Input-
    Map<String,String> inputMap;
    The contents of the map are --
    {a,{A:0,B:2,C:1,D:0}}
    {b,{A:2,B:0,C:3}}

    Output

    Map<String,Map<String,Integer>>outputMap;
    The content of the output Map...
Results 1 to 4 of 4